TokenInMemoryLruCacheTKey, TValueCacheList - поле

A doubly linked list that stores the keys in the order of usage. The most recently used key is moved to the front, while the least recently used is at the end. This is used to efficiently remove the least recently used (LRU) token when the cache reaches its capacity.

Definition

Пространство имён: Tessa.Tokens.Caching
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
protected readonly LinkedList<TKey> CacheList

Значение поля

LinkedListTKey

См. также