ICacheTouch Method

Renews the value with the specified key in the evaluation order.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
void Touch(
	Object key
)

Parameters

key  Object
The key of the item to renew.

Exceptions

ArgumentNullExceptionkey is .
ArgumentExceptionkey does not exist in the ICache.

See Also