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.
Пространство имён: Tessa.Tokens.CachingСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
protected readonly LinkedList<TKey> CacheList
Protected ReadOnly CacheList As LinkedList(Of TKey)
protected:
initonly LinkedList<TKey>^ CacheList
val CacheList: LinkedList<'TKey>
Значение поля
LinkedListTKey