public Action<ICacheEntry<TKey, TValue>> Remove { get; set; }
Public Property Remove As Action(Of ICacheEntry(Of TKey, TValue)) Get Set
member Remove : Action<ICacheEntry<'TKey, 'TValue>> with get, set
In This Article