Skip to main content

Module disk_cache

Module disk_cache 

Source
Expand description

L2 Disk Cache using RocksDB

Provides persistent local caching between L1 RAM cache (moka) and L3 object storage (S3). Optimized for NVMe SSDs with configurable cache size limits.

Structsยง

DiskCache
L2 Disk Cache backed by RocksDB
DiskCacheConfig
Configuration for the disk cache
DiskCacheStats
Statistics for the disk cache