C# (CSharp) Caching Namespace

Classes

Name Description
CacheAttribute
FIFOCache FIFO cache that internally uses tuples.
LRUCache LRU cache that internally uses tuples.
LRUCacheBTree LRU cache that internally uses a BTree (refer to CSharpTest.Net).
Program