Expand description
LRU cache implementation for PDF objects
Provides efficient caching of frequently accessed PDF objects to reduce repeated parsing and memory allocations.
Structsยง
- Cache
Stats - Cache statistics
- LruCache
- Generic LRU (Least Recently Used) cache
- Object
Cache - Thread-safe cache for PDF objects