cachetools.cache

Members

Classes

CacheLRU
class CacheLRU(K, V, Allocator = Mallocator)

CacheLRU contains maximum size items Eviction policy: 1. evict TTL-ed entry (if TTL) 2. if oldest entry not expired - evict oldes accessed (LRU)

Meta