Cache

Undocumented in source.

Constructors

this
this(MemoryAdapter memoryAdapter)
Undocumented in source.
this
this(Object adapterObject, CacheOptions option, MemoryAdapter memoryAdapter)
Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
get
Nullable!V get(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
get
Nullable!V[string] get(string[] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
hasKey
bool hasKey(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
hasKey
bool hasKey(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
bool remove(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(string[] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(string key, V v, uint expired)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(V[string] maps, uint expired)
Undocumented in source. Be warned that the author may not have intended to support it.
setIfAbsent
bool setIfAbsent(string key, V v)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta