class

Kemal::Session::FileEngine::StorageInstance

Inherits JSON::Serializable < Reference < Object

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

bigint(k : String, v : Int64)
Source
bigint(k : String) : Int64
Source
bigint?(k : String) : Int64 | Nil
Source
bigints
bool(k : String, v : Bool)
Source
bool(k : String) : Bool
Source
bool?(k : String) : Bool | Nil
Source
bools
delete_bigint(k : String)
Source
delete_bool(k : String)
Source
delete_float(k : String)
Source
delete_int(k : String)
Source
delete_object(k : String)
Source
delete_string(k : String)
Source
float(k : String, v : Float64)
Source
float(k : String) : Float64
Source
float?(k : String) : Float64 | Nil
Source
floats
int(k : String, v : Int32)
Source
int(k : String) : Int32
Source
int?(k : String) : Int32 | Nil
Source
ints
object(k : String, v : Session::StorableObject::StorableObjectContainer)
Source
object(k : String) : Session::StorableObject::StorableObjectContainer
Source
object?(k : String) : Session::StorableObject::StorableObjectContainer | Nil
Source
objects
string(k : String, v : String)
Source
string(k : String) : String
Source
string?(k : String) : String | Nil
Source
strings

Macros

define_storage(vars)
Source