Module block_cache

Module block_cache 

Source
Expand description

Block cache for SSTable blocks

LRU (Least Recently Used) cache for caching SSTable data blocks in memory. Reduces disk I/O by keeping frequently accessed blocks in memory.

Structsยง

BlockCache
LRU (Least Recently Used) block cache
BlockCacheConfig
LRU block cache configuration
BlockCacheKey
Cache key identifying a specific block in a specific SSTable
CacheStats
Cache statistics
CachedBlock
Cached block data