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
Ben
source
to share
1 answer
No, it just overwrites the element. A disabled callback is not called.
+1
Tom jelen
source
to share