Skip to content

Commit 42ca660

Browse files
committedAug 22, 2021
fix: 🐛 export interceptor
1 parent c51012c commit 42ca660

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎projects/ngneat/cashew/src/public-api.ts

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ export { CacheBucket } from './lib/cache-bucket';
88
export { useHttpCacheLocalStorage } from './lib/local-storage/local-storage-providers';
99
export { withCache } from './lib/cache-context';
1010
export { requestDataChanged } from './lib/utils';
11+
export { HttpCacheInterceptor } from './lib/cache-interceptor';

0 commit comments

Comments
 (0)
Please sign in to comment.