TokenInMemoryLruCacheTKey, TValueTryRemove(TKey, TValue) - метод

Attempts to remove the cache value associated with the specified key.

Definition

Пространство имён: Tessa.Tokens.Caching
Сборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
C#
public virtual bool TryRemove(
	TKey key,
	out TValue value
)

Параметры

key  TKey
The key used to remove the cache value.
value  TValue
The corresponding cache value if removal is successful; otherwise, .

Возвращаемое значение

Boolean
if the value was successfully removed; otherwise, .

Реализации

ITokenCacheTKey, TValueTryRemove(TKey, TValue)

См. также