ICacheRefreshValue Method
Refreshes the value in the cache even if it was already loaded.
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
void RefreshValue(
Object key
)
Sub RefreshValue (
key As Object
)
void RefreshValue(
Object^ key
)
abstract RefreshValue :
key : Object -> unit
Parameters
- key Object
- The key of the item to refresh.