Files
services/cache/publicapi.json
2021-06-08 09:47:44 +01:00

13 lines
199 B
JSON

{
"name": "cache",
"icon": "💭",
"category": "storage",
"pricing": {
"Cache.Get": 1,
"Cache.Set": 1,
"Cache.Delete": 1,
"Cache.Increment": 1,
"Cache.Decrement": 1
}
}