mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 19:25:16 +00:00
13 lines
209 B
JSON
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
|
|
}
|
|
}
|