Expand description
Caching utilities for Grafeo.
This module provides cache implementations optimized for graph database workloads:
SecondChanceLru- LRU cache with lock-free access marking
Structsยง
- Second
Chance Lru - LRU cache with second-chance eviction algorithm.