ICacheRefreshValue Method

Refreshes the value in the cache even if it was already loaded.

Definition

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

Parameters

key  Object
The key of the item to refresh.

Exceptions

See Also