CacheManager
Index
Type Aliases
Cache
CachingConfig
Type parameters
- T
Config
FactoryConfig
Type parameters
- T
FactoryStore
Type parameters
- S: Store
- T: object = never
LRU
MemoryCache
MemoryConfig
MemoryStore
Milliseconds
MultiCache
Store
StoreConfig
Stores
Type parameters
- S: Store
- T: object
WrapTTL
Type parameters
- T
Functions
caching
createCache
Create cache instance by store (non-async).
memoryStore
Wrapper for lru-cache.
multiCaching
Module that lets you specify a hierarchy of caches.
Type parameters
- Caches: Cache[]
Generic caching interface that wraps any caching library with a compatible interface.