Kemal::Session::MemoryEngine::StorageInstance
Inherits Reference < Object
Constructors
new(id : String)
SourceInstance methods
bigint(k : String, v : Int64)
Sourcebigint(k : String) : Int64
Sourcebigint?(k : String) : Int64 | Nil
Sourcebigints
bool(k : String, v : Bool)
Sourcebool(k : String) : Bool
Sourcebool?(k : String) : Bool | Nil
Sourcebools
delete_bigint(k : String)
Sourcedelete_bool(k : String)
Sourcedelete_float(k : String)
Sourcedelete_int(k : String)
Sourcedelete_object(k : String)
Sourcedelete_string(k : String)
Sourcefloat(k : String, v : Float64)
Sourcefloat(k : String) : Float64
Sourcefloat?(k : String) : Float64 | Nil
Sourcefloats
id
id?
int(k : String, v : Int32)
Sourceint(k : String) : Int32
Sourceint?(k : String) : Int32 | Nil
Sourceints
last_access_at
last_access_at=(last_access_at : Int64)
last_access_at?
objects
string(k : String, v : String)
Sourcestring(k : String) : String
Sourcestring?(k : String) : String | Nil
Sourcestrings
Macros
define_storage(vars)
Source