ASP.NET data cable - does decal overwrite deletion and re-adding?

If I add an item to the cache named "foo" and then add another item named "foo" to the cache before the first expiration, will this trigger a CacheItemRemoved event?

0


source to share


1 answer


No, it just overwrites the element. A disabled callback is not called.



+1


source







All Articles