add cache pricing

This commit is contained in:
Asim Aslam
2021-05-27 18:24:30 +01:00
parent b6e629f84f
commit f469c15400

View File

@@ -1,5 +1,12 @@
{
"name": "cache",
"icon": "💭",
"category": "storage"
"category": "storage",
"pricing": {
"Cache.Get": 100,
"Cache.Set": 100,
"Cache.Delete": 100,
"Cache.Increment": 100,
"Cache.Decrement": 100
}
}