Caching Data .Net 4.0 (Asp.NET)
问题 Can anybody explane me what is " CacheSpecificEviction " in detail and how to avoid it? I am geting this in CacheEntryRemovedArguments.RemovedReason . 回答1: CacheSpecificEviction as reason for removing cache entry means "the item was removed, because the cache provider's eviction policy determined it should be removed" - I know, it is pretty unspecific, but it hardly can be more specific, because of many possible cache-engine implementations and their different eviction policies (often