PdfHandleCacheEntryDto
Per-entry view of the in-memory PDFium handle cache.
ageSecondsinteger<int64>required
Seconds since the handle was opened.
Possible values: >= 0
Example:
312bookIdstring<uuid>required
Book ID for the cached document.
Example:
550e8400-e29b-41d4-a716-446655440000filePathstringrequired
File path of the opened PDF.
Example:
/library/books/manual.pdfidleSecondsinteger<int64>required
Seconds since the last render against this handle.
Possible values: >= 0
Example:
14renderCountinteger<int64>required
Number of renders served from this handle.
Possible values: >= 0
Example:
27PdfHandleCacheEntryDto
{
"ageSeconds": 312,
"bookId": "550e8400-e29b-41d4-a716-446655440000",
"filePath": "/library/books/manual.pdf",
"idleSeconds": 14,
"renderCount": 27
}