Update publicapi.json

This commit is contained in:
Asim Aslam
2021-07-09 16:35:35 +01:00
committed by GitHub
parent 9601e9092b
commit 7d1fccf1cb

10
cache/publicapi.json vendored
View File

@@ -3,10 +3,10 @@
"icon": "💭", "icon": "💭",
"category": "storage", "category": "storage",
"pricing": { "pricing": {
"Cache.Get": 100, "Cache.Get": 1,
"Cache.Set": 100, "Cache.Set": 1,
"Cache.Delete": 100, "Cache.Delete": 1,
"Cache.Increment": 100, "Cache.Increment": 1,
"Cache.Decrement": 100 "Cache.Decrement": 1
} }
} }