core/cache library
Classes
- PVCache
- A configurable cache instance with hook-based extensibility.
- PVCacheHook
- Defines a hook that executes during cache operations.
- PVCtx
- Execution context for a cache operation, passed through all hooks.
- PVCtxStorageProxy
- Storage abstraction for entries and metadata.
Exceptions / Errors
- BreakHook
- Exception to break hook execution early and control return value.