Kemal::Session::FileEngine::StorageInstance
Inherits Reference < Object
Constructors
new
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
int(k : String, v : Int32)
Sourceint(k : String) : Int32
Sourceint?(k : String) : Int32 | Nil
Sourceints
object(k : String, v : Session::StorableObject::StorableObjectContainer)
Sourceobject(k : String) : Session::StorableObject::StorableObjectContainer
Sourceobject?(k : String) : Session::StorableObject::StorableObjectContainer | Nil
Sourceobjects
string(k : String, v : String)
Sourcestring(k : String) : String
Sourcestring?(k : String) : String | Nil
Sourcestrings
Macros
define_storage(vars)
Source