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:'?13634 -> newValueF:(unit -> '?13635) -> cache:IDictionary<'?13634,'?13635> -> '?13635 
        Type parameters: '?13634, '?13635  | 
        
                     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.  |