ICacheGetValueUncached Method
Reloads the value into the cache even if it was already loaded using the item loader that was passed to the constructor.
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
Object? GetValueUncached(
Object key
)
Function GetValueUncached (
key As Object
) As Object
Object^ GetValueUncached(
Object^ key
)
abstract GetValueUncached :
key : Object -> Object
- key Object
- The key of the item to reload.
ObjectLoaded value