Skip to main content

Module memory_cache

Module memory_cache 

Source
Expand description

Memory cache module for high-performance file caching

This module provides an in-memory LRU cache for frequently accessed files, reducing disk I/O and improving response times.

Structsยง

CacheConfig
Configuration for memory cache
CacheStats
Cache statistics
CachedFile
A cached file with metadata
MemoryCache
Thread-safe memory cache with LRU eviction