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

Support query/match values for the option :all_entries in the cache_evict decorator #193

Open
cabol opened this issue Feb 21, 2023 · 1 comment

Comments

@cabol
Copy link
Owner

cabol commented Feb 21, 2023

Currently, the cache_evict decorator only supports a boolean for the :all_entries option, indicating whether all cached entries must be evicted or not. The idea here is telling the decorator to only evict the keys matching with the given query value (using the delete_all function underneath).

@cabol
Copy link
Owner Author

cabol commented May 13, 2023

This feature request will be reviewed and/or considered for Nebulex v3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant