Files
services/cache/publicapi.json
2021-05-27 18:24:30 +01:00

13 lines
209 B
JSON

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