Closed vorce closed 10 years ago
On updates the callback will be called with {:update, cache, key, value} On deletes the callback is called with {:delete, cache, key}
This makes it easier to act on the item before deletion for example.
Thank you for contributing!
Cheers, and thank you!
On updates the callback will be called with {:update, cache, key, value} On deletes the callback is called with {:delete, cache, key}
This makes it easier to act on the item before deletion for example.