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.
Пространство имён: Tessa.Tokens.CachingСборка: Tessa (в Tessa.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
protected Func<TKey, TValue, bool>? CleanupPredicate { get; }
Protected ReadOnly Property CleanupPredicate As Func(Of TKey, TValue, Boolean)
Get
protected:
property Func<TKey, TValue, bool>^ CleanupPredicate {
Func<TKey, TValue, bool>^ get ();
}
member CleanupPredicate : Func<'TKey, 'TValue, bool> with get
Значение свойства
FuncTKey,
TValue,
Boolean