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

CacheItemRemovedEventArgs.Key Property

Key

Gets the key of the removed cached item.

Declaration
public string Key { get; }
Property Value
Type Description
System.String