Skip to main content

Module cache

Module cache 

Source
Expand description

LRU cache implementation for PDF objects

Provides efficient caching of frequently accessed PDF objects to reduce repeated parsing and memory allocations.

Structsยง

CacheStats
Cache statistics
LruCache
Generic LRU (Least Recently Used) cache
ObjectCache
Thread-safe cache for PDF objects