Adapter

Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source.
get
Nullable!V get(string key)
Undocumented in source.
get
Nullable!V[string] get(string[] keys)
Undocumented in source.
hasKey
bool hasKey(string key)
Undocumented in source.
remove
bool remove(string key)
Undocumented in source.
remove
void remove(string[] keys)
Undocumented in source.
set
void set(string key, V value, uint expired)
Undocumented in source.
set
void set(V[string] maps, uint expired)
Undocumented in source.
setIfAbsent
bool setIfAbsent(string key, V value)
Undocumented in source.

Meta