Expand description
Map caching — store and retrieve serialized SiteMaps.
§LRU eviction
When the cache exceeds max_entries, the least-recently-accessed entry
is evicted (both from the index and from disk).
Structs§
- MapCache
- Map cache backed by the filesystem with LRU eviction.