mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-17 03:01:08 +01:00
* feat: #8824, cache refactor ability to disable caches ability to download contents of cache refactor cache modules to remove duplicated code * fix: remove duplicate hit/miss tracking check cacheEnabled in getUncachedKeys
This commit is contained in:
committed by
GitHub
parent
bcbc085497
commit
f1f9b225b0
@@ -23,14 +23,14 @@ get:
|
||||
type: number
|
||||
percentFull:
|
||||
type: number
|
||||
avgPostSize:
|
||||
type: number
|
||||
hits:
|
||||
type: string
|
||||
misses:
|
||||
type: string
|
||||
hitRatio:
|
||||
type: string
|
||||
enabled:
|
||||
type: boolean
|
||||
groupCache:
|
||||
type: object
|
||||
properties:
|
||||
@@ -48,6 +48,8 @@ get:
|
||||
type: string
|
||||
hitRatio:
|
||||
type: string
|
||||
enabled:
|
||||
type: boolean
|
||||
localCache:
|
||||
type: object
|
||||
properties:
|
||||
@@ -59,14 +61,14 @@ get:
|
||||
type: number
|
||||
percentFull:
|
||||
type: number
|
||||
dump:
|
||||
type: boolean
|
||||
hits:
|
||||
type: string
|
||||
misses:
|
||||
type: string
|
||||
hitRatio:
|
||||
type: string
|
||||
enabled:
|
||||
type: boolean
|
||||
objectCache:
|
||||
type: object
|
||||
properties:
|
||||
@@ -84,6 +86,8 @@ get:
|
||||
type: string
|
||||
hitRatio:
|
||||
type: string
|
||||
enabled:
|
||||
type: boolean
|
||||
required:
|
||||
- postCache
|
||||
- groupCache
|
||||
|
||||
Reference in New Issue
Block a user