ICacheGetValueUncached Method

Reloads the value into the cache even if it was already loaded using the item loader that was passed to the constructor.

Definition

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

Parameters

key  Object
The key of the item to reload.

Return Value

Object
Loaded value

Exceptions

See Also