ahawkins / cashier

Tag based caching for Rails using Redis. Associate different cached content with a tag, then expire by tag instead of key.
MIT License
162 stars 39 forks source link

ActiveSupport Notification for tag expire #18

Closed amoslanka closed 11 years ago

amoslanka commented 11 years ago

Would love to see a notification set up for when a tag gets expired. I particularly use the notifications for outputting to my logs, which is the most common method i use on cashier that would be nice to have notification on. Does this fit the expected use of the notifications?

amoslanka commented 11 years ago

Looking at code, realized this was implemented, but not updated in the readme. My pull request #19 adds this info to the readme.