PostSharpAPI ReferencePost­Sharp.​Patterns.​Caching.​ImplementationCache­Item­Removed­ReasonRemoved
Open sandboxFocus

CacheItemRemovedReason.Removed Field

Directly removed from the cache, by calling the RemoveItem(String), or an invalidation method that invalidates a cached method directly (not indirectly through dependencies).

Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching.dll
Syntax
public const CacheItemRemovedReason Removed
Returns
Type Description
CacheItemRemovedReason