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

Tag support for expiration #11

Closed
se opened this issue Dec 14, 2016 · 1 comment
Closed

Tag support for expiration #11

se opened this issue Dec 14, 2016 · 1 comment

Comments

@se
Copy link

se commented Dec 14, 2016

Expiration tags support would be great for expire cache item / group with common tag or tags.

For example.

Yakari.Cache.Expire("City");

or

Yakari.Cache.Expire("Country", "City", "State", "Street");

A cache item or group can be include more than one tag.

@efaruk
Copy link
Owner

efaruk commented Dec 15, 2016

We will going to add region/group support for both memory management and object sharing. Also we already have

ILocalCacheProvider.Delete("City") //Also it will be distributed to all instances...

When we implement region/group we will support region/group cache invalidation.

But i have to say, tagging instead of grouping could be more interesting. Let me think about it for a while and I'm going to close this issue and add a new one #12

@efaruk efaruk closed this as completed Dec 15, 2016
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

No branches or pull requests

2 participants