Expand description
Filesystem caching layer.
This module provides caching mechanisms for filesystem operations, including metadata caching and negative (non-existence) caching.
Structsยง
- Adaptive
TtlConfig - Configuration for adaptive negative cache TTLs.
- Metadata
Cache - Simple LRU cache for filesystem metadata.
- Negative
Cache - Thread-safe negative cache for filesystem lookups.
- Negative
Cache Config - Configuration for the negative cache.
- Negative
Cache Stats - Statistics for the negative cache.
- TtlRule
- A single path-pattern-to-TTL mapping for the adaptive negative cache.