ironcache-d 0.0.2
IronCache service wrapper by curl.
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
IronCache service wrapper by curl.
See_also
http://dev.iron.io/cache/reference/api/
License
Authors
karronoli
Copyright
karronoli 2015-
Date
2015-Jan-24
Examples
import iron.cache;
import std.json;
const prjid = "...", token = "...";
auto iron = new IronCache(prjid, token);
iron.put("名前", "キー", "値");
JSONValue json = iron.get("名前", "キー");
assert(json["value"].str == "値");
- Registered by karronoli
- 0.0.2 released 9 years ago
- karronoli/ironcache-d
- github.com/karronoli/ironcache-d
- Boost Software License, Version 1.0
- Copyright © 2015, karronoli
- Authors:
- Dependencies:
- none
- Versions:
-
0.0.6 2016-Dec-25 0.0.5 2015-Feb-15 0.0.4 2015-Feb-15 0.0.3 2015-Feb-01 0.0.2 2015-Jan-24 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
289 downloads total
-
- Score:
- 0.6
- Short URL:
- ironcache-d.dub.pm