Type Alias CacheSettings<TType>

CacheSettings<TType>: {
    defaultTtl?: TimeSpan | null;
    eventBus?: IGroupableEventBus<CacheEvents<TType>>;
    lazyPromiseSettings?: LazyPromiseSettings;
}

Type Parameters

  • TType

Type declaration