Skip to content

Commit

Permalink
Fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
angelnikolov committed Oct 29, 2019
1 parent 0d34632 commit 604b447
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ export interface ICacheConfig {
* will figure out if we need to bail out of cache or not
*/
cacheResolver?: ICacheRequestResolver;
/**
* @description cache hasher which will be called to hash the parameters into a cache key
*/
cacheHasher?: ICacheHasher;
/**
* @description cache decider that will figure out if the response should be cached or not, based on it
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-cacheable",
"version": "1.3.0-beta.0",
"version": "1.3.0",
"description": "Promise/Observable cache decorators",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down

0 comments on commit 604b447

Please sign in to comment.