mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
13 lines
199 B
JSON
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
|
|
}
|
|
}
|