IronCache

Undocumented in source.

Constructors

this
this(string projectId, string token, string host)
Undocumented in source.
this
this(string _path)

constructor for iron.json configuration.

Members

Functions

caches
JSONValue caches(uint page)
caches
JSONValue caches(string name)
clear
bool clear(string name)
get
JSONValue get(string name, string key)
increment
bool increment(string name, string key, int amount)
put
bool put(string name, string key, string value)
put
bool put(string name, string key, JSONValue json)
remove
bool remove(string name, string key)
remove
bool remove(string name)

Static variables

DEFAULT_API_VERSION
auto DEFAULT_API_VERSION;
Undocumented in source.
DEFAULT_HOST
auto DEFAULT_HOST;
Undocumented in source.
DEFAULT_TIMEOUT
auto DEFAULT_TIMEOUT;
Undocumented in source.
MAX_KEY_LENGTH
auto MAX_KEY_LENGTH;
MAX_VALUE_SIZE
auto MAX_VALUE_SIZE;
Undocumented in source.

Variables

base
string base;
Undocumented in source.
client
curl.HTTP delegate() client;
Undocumented in source.

Meta