Note: This API documentation is for FAKE version 4. The migration API documentation can be found
here. The API documentation for the new fake 5 modules can be found
here
CacheHelper
Contains functions which allows to deal with a cache.
Functions and values
Function or value | Description |
lookup key newValueF cache
Signature: key:'?13734 -> newValueF:(unit -> '?13735) -> cache:IDictionary<'?13734,'?13735> -> '?13735
Type parameters: '?13734, '?13735 |
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. |