A CacheStrategy that stores cached items in the database. This is the strategy used by the DefaultCachePlugin.
CacheStrategyCacheTtlProviderTransactionalConnectionConfigService(injector: Injector) => (key: string) => Promise<T | undefined>(key: string, value: T, options?: SetCacheKeyOptions) => (key: string) => (tags: string[]) =>