PdfCacheStatsDto
Statistics about the PDF page cache
bookCountinteger<int64>required
Number of unique books with cached pages
Possible values: >= 0
Example:
45cacheDirstringrequired
Path to the cache directory
Example:
/data/cachecacheEnabledbooleanrequired
Whether the PDF page cache is enabled
Example:
trueoldestFileAgeDaysinteger,null<int32>nullable
Age of the oldest cached file in days (if any files exist)
Possible values: >= 0
Example:
15totalFilesinteger<int64>required
Total number of cached page files
Possible values: >= 0
Example:
1500totalSizeBytesinteger<int64>required
Total size of cache in bytes
Possible values: >= 0
Example:
157286400totalSizeHumanstringrequired
Human-readable total size (e.g., "150.0 MB")
Example:
150.0 MBPdfCacheStatsDto
{
"bookCount": 45,
"cacheDir": "/data/cache",
"cacheEnabled": true,
"oldestFileAgeDays": 15,
"totalFiles": 1500,
"totalSizeBytes": 157286400,
"totalSizeHuman": "150.0 MB"
}