hunt-cache v0.6.3 (2020-01-14T08:01:51Z)
Home
Dub
Repo
UCache
hunt
cache
ucache
Undocumented in source.
class
UCache {
alias
set
=
put
;
alias
hasKey
=
containsKey
;
static
UCache
CreateUCache
(string driverName, string args, bool enableL2);
}
Members
Aliases
hasKey
alias
hasKey
=
containsKey
Undocumented in source.
set
alias
set
=
put
Undocumented in source.
Static functions
CreateUCache
UCache
CreateUCache
(string driverName, string args, bool enableL2)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
cache
ucache
classes
UCache