Browse Source

feat(core): Export RequestContextCacheService from core

Michael Bromley 4 years ago
parent
commit
92aa83f40d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/core/src/index.ts

+ 1 - 0
packages/core/src/index.ts

@@ -1,6 +1,7 @@
 export { bootstrap, bootstrapWorker } from './bootstrap';
 export { bootstrap, bootstrapWorker } from './bootstrap';
 export { generateMigration, revertLastMigration, runMigrations } from './migrate';
 export { generateMigration, revertLastMigration, runMigrations } from './migrate';
 export * from './api/index';
 export * from './api/index';
+export * from './cache/index';
 export * from './common/index';
 export * from './common/index';
 export * from './config/index';
 export * from './config/index';
 export * from './connection/index';
 export * from './connection/index';