class Defense::MemoryStore
- Defense::MemoryStore
- Defense::Store
- Reference
- Object
Defined in:
defense/memory_store.crConstructors
Instance Method Summary
- #exists?(unprefixed_key : String) : Bool
- #increment(unprefixed_key : String, expires_in : Int32) : Int64
- #read(unprefixed_key : String) : Int64 | Nil
- #reset