enum

KemalWAF::MemoryModule

Inherits Enum / Comparable / Value / Object

Module types for memory tracking

Constants

RateLimiter = 0
ChallengeCache = 1
RuleEngine = 2
ConnectionPool = 3
GeoIP = 4
Other = 5

Instance methods

challenge_cache?

Returns true if this enum value equals ChallengeCache

Source
connection_pool?

Returns true if this enum value equals ConnectionPool

Source
geo_ip?

Returns true if this enum value equals GeoIP

Source
other?

Returns true if this enum value equals Other

Source
rate_limiter?

Returns true if this enum value equals RateLimiter

Source
rule_engine?

Returns true if this enum value equals RuleEngine

Source