CacheHelper
Contains functions which allows to deal with a cache.
Functions and values
Function or value | Description |
lookup key newValueF cache
Signature: key:'?8503 -> newValueF:(unit -> '?8504) -> cache:IDictionary<'?8503,'?8504> -> '?8504
Type parameters: '?8503, '?8504
|
Looks for a key in the cache.
If it is not found the newValueF function is executed and the result is stored in the cache.
|