Const cacheMap
cacheMap: object
articles
articles: NodeCache = new Cache({ stdTTL: articlesTtl }) as NodeCache
entryImport
entryImport: NodeCache = new Cache({ stdTTL: entryImportTtl }) as NodeCache
eventsById
eventsById: NodeCache = new Cache({ stdTTL: eventsTtl }) as NodeCache
eventsByName
eventsByName: NodeCache = new Cache({ stdTTL: eventsTtl }) as NodeCache
general
general: NodeCache = new Cache({ stdTTL: generalTtl }) as NodeCache
settings
settings: NodeCache = new Cache({ stdTTL: settingsTtl }) as NodeCache
users
users: NodeCache = new Cache({ stdTTL: usersTtl }) as NodeCache
Provides access to the cache for user information