diff --git a/public/openapi/read/admin/advanced/cache.yaml b/public/openapi/read/admin/advanced/cache.yaml index c6daf4fbea..62217e50ae 100644 --- a/public/openapi/read/admin/advanced/cache.yaml +++ b/public/openapi/read/admin/advanced/cache.yaml @@ -20,83 +20,105 @@ get: allOf: - type: object properties: - postCache: + caches: type: object properties: - length: - type: number - max: - type: number - nullable: true - itemCount: - type: number - percentFull: - type: number - hits: - type: string - misses: - type: string - hitRatio: - type: string - enabled: - type: boolean - groupCache: - type: object - properties: - length: - type: number - max: - type: number - itemCount: - type: number - percentFull: - type: number - hits: - type: string - misses: - type: string - hitRatio: - type: string - enabled: - type: boolean - localCache: - type: object - properties: - length: - type: number - max: - type: number - itemCount: - type: number - percentFull: - type: number - hits: - type: string - misses: - type: string - hitRatio: - type: string - enabled: - type: boolean - objectCache: - type: object - properties: - length: - type: number - max: - type: number - itemCount: - type: number - percentFull: - type: number - hits: - type: string - misses: - type: string - hitRatio: - type: string - enabled: - type: boolean + postCache: + type: object + properties: + length: + type: number + max: + type: number + nullable: true + maxSize: + type: number + itemCount: + type: number + percentFull: + type: number + hits: + type: string + misses: + type: string + hitRatio: + type: string + enabled: + type: boolean + ttl: + type: number + groupCache: + type: object + properties: + length: + type: number + max: + type: number + nullable: true + maxSize: + type: number + itemCount: + type: number + percentFull: + type: number + hits: + type: string + misses: + type: string + hitRatio: + type: string + enabled: + type: boolean + ttl: + type: number + localCache: + type: object + properties: + length: + type: number + max: + type: number + nullable: true + maxSize: + type: number + itemCount: + type: number + percentFull: + type: number + hits: + type: string + misses: + type: string + hitRatio: + type: string + enabled: + type: boolean + ttl: + type: number + objectCache: + type: object + properties: + length: + type: number + max: + type: number + nullable: true + maxSize: + type: number + itemCount: + type: number + percentFull: + type: number + hits: + type: string + misses: + type: string + hitRatio: + type: string + enabled: + type: boolean + ttl: + type: number required: - postCache - groupCache