Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
kiwi
master
Kiwi
FileStore
LevelDBStore
MemcachedStore
MemoryStore
RedisStore
Store
Generated using Crystal 1.10.1
2024-01-26 01:21:58 UTC
class
Kiwi::
MemoryStore
Kiwi::MemoryStore
Kiwi::Store
Reference
Object
Defined in:
kiwi/memory_store.cr
Constructors
.new
Instance Method Summary
#clear
: Store
#delete
(key) : String
#get
(key) : String | Nil
#set
(key, val) : String
Instance methods inherited from class
Kiwi::Store
[](*args)
[]
,
[]=(*args)
[]=
,
clear : Store
clear
,
delete(key : String) : String | Nil
delete
,
get(key : String) : String | Nil
get
,
set(key : String, val : String) : String
set
Constructor Detail
def self.
new
#
[
View source
]
Instance Method Detail
def
clear
:
Store
#
[
View source
]
def
delete
(key) : String
#
[
View source
]
def
get
(key) : String | Nil
#
[
View source
]
def
set
(key, val) : String
#
[
View source
]