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.
Пространство имён: Tessa.Tokens.CachingСборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
protected readonly Func<TKey, TValue, bool>? CleanupPredicate
Protected ReadOnly CleanupPredicate As Func(Of TKey, TValue, Boolean)
protected:
initonly Func<TKey, TValue, bool>^ CleanupPredicate
val CleanupPredicate: Func<'TKey, 'TValue, bool>
Значение поля
FuncTKey,
TValue,
Boolean