Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for custom cache key function #15

Merged
merged 1 commit into from Jan 12, 2016
Merged

Allow for custom cache key function #15

merged 1 commit into from Jan 12, 2016

Conversation

leebyron
Copy link
Contributor

As requested in #8 and implemented by #10, this allows an option for a custom cache key function which can be useful when objects or arrays are used as load keys, since JavaScript does not use value equality on those types.

As requested in #8 and implemented by #10, this allows an option for a custom cache key function which can be useful when objects or arrays are used as load keys, since JavaScript does not use value equality on those types.
leebyron added a commit that referenced this pull request Jan 12, 2016
Allow for custom cache key function
@leebyron leebyron merged commit 9ca3616 into master Jan 12, 2016
@leebyron leebyron deleted the cachekey branch January 12, 2016 00:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant