mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-09-10 20:48:46 +02:00
* feat: allow plugins to add to admin cache list resolves #10820 plugins will have to use `filter:admin.cache.get` hook and just add their own cache to the object there. * feat: add dump to ttlCache and expose properties * feat: also expose properties under their current names * feat: display TTL if set
9 lines
231 B
JSON
9 lines
231 B
JSON
{
|
|
"post-cache": "Post Cache",
|
|
"group-cache": "Group Cache",
|
|
"local-cache": "Local Cache",
|
|
"object-cache": "Object Cache",
|
|
"percent-full": "%1% Full",
|
|
"post-cache-size": "Post Cache Size",
|
|
"items-in-cache": "Items in Cache"
|
|
} |