fixed cache keys
This commit is contained in:
parent
db3aa9c330
commit
19dfda2392
13 changed files with 286 additions and 221 deletions
2
libs/data/cache/src/index.ts
vendored
2
libs/data/cache/src/index.ts
vendored
|
|
@ -51,3 +51,5 @@ export type {
|
|||
export { RedisConnectionManager } from './connection-manager';
|
||||
export { CacheKeyGenerator } from './key-generator';
|
||||
export { RedisCache } from './redis-cache';
|
||||
export { NamespacedCache } from './namespaced-cache';
|
||||
export { createNamespacedCache, isCacheAvailable } from './cache-factory';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue