[]
Contains information about an item of the cache.
public class CacheDataCollectionItemEventArgs<T> : EventArgs
Name | Description |
---|---|
T |
Name | Description |
---|---|
CacheDataCollectionItemEventArgs(int, T) | Initializes a new instance of the CacheDataCollectionItemEventArgs<T> class. |
Name | Description |
---|---|
Index | Gets the index of the item. |
Item | Gets the item. |