C# (CSharp) Caching Пространство имен

Классы

Имя Описание
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