Class EventCacheItem
This is a stripped down version of CacheItem
Contains basic information of an item present in the cache
Will be provided in QueryDataNotificationCallback or CacheItemRemovedCallback
but only when the event is registered against
Inheritance
System.Object
EventCacheItem
Namespace:
Assembly: Alachisoft.NCache.Web.dll
Syntax
public class EventCacheItem : ICloneable
Name | Description |
---|---|
CacheItemPriority | CacheItemPriority of the item present in the cache |
CacheItemVersion | Item version of the item |
Group | Group of the item |
ResyncExpiredItems | If items are to be ReSynced at expiry |
ResyncProviderName | Readthrough provider name when item will be resynced at expiry |
SubGroup | SubGroup of the item |
Value | Will contain the value present in the cache but only if the event was registered against
|
Name | Description |
---|---|
Clone() | Clones the Event cache item instance. |