Variable: CACHE_CONFIG
const
CACHE_CONFIG:CacheConfigCollection
Defined in: shared/constants/cacheConfig.ts:48
Cache configuration for different data types.
Exampleโ
import { CACHE_CONFIG } from "shared/constants/cacheConfig";
const sitesCache = new StandardizedCache<Site>({
...CACHE_CONFIG.SITES,
eventEmitter: this.eventEmitter,
});