TokenInMemoryLruCacheTKey, TValueTryAcquireCleanupLock - метод
Attempts to acquire a lock for cleaning up the cache if it hasn't already been acquired.
Пространство имён: Tessa.Tokens.CachingСборка: Tessa (в Tessa.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
protected bool TryAcquireCleanupLock()
Protected Function TryAcquireCleanupLock As Boolean
protected:
bool TryAcquireCleanupLock()
member TryAcquireCleanupLock : unit -> bool
Возвращаемое значение
Boolean if the lock is successfully acquired;
if cache is being cleaned up in parallel, therefore the lock is not acquired.