LiveMap API
Loading...
Searching...
No Matches
LRUCache.cs File Reference

Classes

class  livemap.util.LRUCache< TKey, TValue >
 Thread-safe LRU (Least Recently Used) cache implementation. Provides O(1) get and put operations with automatic eviction when capacity is exceeded. More...

Namespaces

namespace  livemap
namespace  livemap.util