3 packages tagged with “LFU”
High performance, thread-safe in-memory caching primitives for .NET.
CacheCrow is a simple Key-value, LFU, Time based, thread safe Cache. It works on 2 layers, Active and Dormant cache. In-memory serves as Active whereas disk sits as Dormant Cache. LFU algorithm in conjunction with data time-expiry is used to make data servicable.
A lightweight, thread-safe, in-memory cache.