TokenInMemoryLruCacheTKey, TValueCleanupPredicate - поле

A predicate function used to determine whether a cache entry should be removed during cleanup, or null, if all cached entries can be cleaned up.

Definition

Пространство имён: Tessa.Tokens.Caching
Сборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
C#
protected readonly Func<TKey, TValue, bool>? CleanupPredicate

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

FuncTKey, TValue, Boolean

См. также