CacheHelper
Contains functions which allows to deal with a cache.
Functions and values
Function or value | Description |
lookup key newValueF cache
Signature: key:'?12601 -> newValueF:(unit -> '?12602) -> cache:IDictionary<'?12601,'?12602> -> '?12602
Type parameters: '?12601, '?12602
|
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.
|