iron.cache

IronCache service wrapper by curl

See_also - http://dev.iron.io/cache/reference/api/

Members

Aliases

ICSException
alias ICSException = IronCacheStatusException
Undocumented in source.

Classes

IronCache
class IronCache
Undocumented in source.
IronCacheException
class IronCacheException
Undocumented in source.
IronCacheStatusException
class IronCacheStatusException
Undocumented in source.

Examples

import iron.cache;
const prjid = "...", token = "...";
auto iron = new IronCache(prjid, token);
iron.put("myname", "mykey", "myvalue");
JSONValue json = iron.get("myname", "mykey");
assert(json["value"].str == "myvalue");

Meta

Authors

karronoli

Date

Date: 2015-Feb-15