Skip to main content

PdfHandleCacheEntryDto

Per-entry view of the in-memory PDFium handle cache.

ageSecondsinteger<int64>required

Seconds since the handle was opened.

Possible values: >= 0

Example: 312
bookIdstring<uuid>required

Book ID for the cached document.

Example: 550e8400-e29b-41d4-a716-446655440000
filePathstringrequired

File path of the opened PDF.

Example: /library/books/manual.pdf
idleSecondsinteger<int64>required

Seconds since the last render against this handle.

Possible values: >= 0

Example: 14
renderCountinteger<int64>required

Number of renders served from this handle.

Possible values: >= 0

Example: 27
PdfHandleCacheEntryDto
{
"ageSeconds": 312,
"bookId": "550e8400-e29b-41d4-a716-446655440000",
"filePath": "/library/books/manual.pdf",
"idleSeconds": 14,
"renderCount": 27
}