We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c51012c commit 42ca660Copy full SHA for 42ca660
projects/ngneat/cashew/src/public-api.ts
@@ -8,3 +8,4 @@ export { CacheBucket } from './lib/cache-bucket';
8
export { useHttpCacheLocalStorage } from './lib/local-storage/local-storage-providers';
9
export { withCache } from './lib/cache-context';
10
export { requestDataChanged } from './lib/utils';
11
+export { HttpCacheInterceptor } from './lib/cache-interceptor';
0 commit comments