Files
services/cache/publicapi.json
2021-07-09 16:35:35 +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
}
}