TokenInMemoryCacheTKey, 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.1.4+115fce864fec7bf37ea70396e6660596be991d3b
C#
protected Func<TKey, TValue, bool>? CleanupPredicate { get; }

Значение свойства

FuncTKey, TValue, Boolean

См. также