Skip to main content

Module memory

Module memory 

Source
Expand description

Memory cache implementation

Memory cache using LRU (Least Recently Used) eviction strategy.

Structs§

MemoryCache
Memory cache implementation