ironcache-d ~master (2016-12-25T12:29:58Z)
Home
Dub
Repo
IronCache.put
iron
cache
IronCache
bool
put
(string name, string key, string value)
bool
put
(string name, string key, JSONValue json)
class
IronCache
@
trusted
bool
put
(
in
string
name
,
in
string
key
,
in
JSONValue
json
)
Throws
IronCacheStatusException(bad network)
Meta
Source
See Implementation
iron
cache
IronCache
constructors
this
functions
caches
clear
get
increment
put
remove
static variables
DEFAULT_API_VERSION
DEFAULT_HOST
DEFAULT_TIMEOUT
MAX_KEY_LENGTH
MAX_VALUE_SIZE
variables
base
client