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