Cache that maps hashes of created resources to the resource path where that resource is saved. Neither hash keys nor resource paths are normalized or converted in any way. If fuzzy / equivalent matching is needed, then the caller is responsible for pre-processing the hash and value.
Cache that maps expression strings to parsed functions. Key strings are not normalized or converted in any way. If fuzzy / equivalent matching is needed, then the caller is responsible for pre-processing the key.
Cache that maps resource paths to parsed fragments. Paths are not normalized or converted in any way. If fuzzy / equivalent matching is needed, then the caller is responsible for pre-processing the path key.
Cache that maps JS code to parsed functions. Key strings are not normalized or converted in any way. If fuzzy / equivalent matching is needed, then the caller is responsible for pre-processing the key.
Removes all stored data from all caches
Generated using TypeDoc
Caches any data that can be reused by the pipeline