Reputation: 55769
If I add an item to the cache named "foo", and then add another item named "foo" to the cache before the first expires, will this trigger the CacheItemRemoved event?
Upvotes: 0
Views: 168
Reputation: 2579
Nope, it just overwrites the item. The item-removed callback is not invoked.
Upvotes: 1