Navigation :
ExpiredEventArgs
Name |
Value |
Assembly |
Catel.Core |
Namespace |
Catel.Caching |
Available on |
.NET Framework 4.5, .NET Framework 4.6, Portable Class Libraries, Xamarin - Android, Xamarin - iOS |
public class ExpiredEventArgs<TKey, TValue> : EventArgs
Base types
EventArgs
The expired event args.
Type Parameters
TKey
The key type.
TValue
The value type.
Constructors
ExpiredEventArgs(TKey key, TValue value, bool dispose)
Initializes a new instance of the Missing: <see cref=“T:Catel.Caching.ExpiredEventArgs`2” /> class.
Parameters
Name |
Description |
key |
The key. |
value |
The value. |
dispose |
The value indicating whether the expired value should be disposed after removal from cache. |
Properties
Dispose
Gets or sets a value indicating whether the expired value should be disposed after removal from cache.
Default value of this property is equal to DisposeValuesOnRemoval value.
Key
Gets the key.
Value
Gets the value.
Have a question about Catel? Use StackOverflow with the Catel tag!
Discussion