Optional
defaultTtl?: TimeSpan | nullYou can decide the default ttl value. If null is passed then no ttl will be used by default.
Optional
eventBus?: IEventBus<any>Optional
lazyPromiseFactory?: Factory<AsyncLazy<any>, LazyPromise<any>>You can pass a Factory
of LazyPromise
to configure default settings for all LazyPromise
instances used in the Cache
class.
IMPORT_PATH:
"@daiso-tech/core/cache"