Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
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