Skip to main content

Module cache

Module cache 

Source
Expand description

O(1) LRU block cache for reserved blocks (dirblocks, anodeblocks, indexblocks).

Structs§

BlockCache
LRU block cache for reserved-area blocks. Uses a generation counter for O(1) access and O(n) eviction (rare).