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
CacheItemPriority
CacheItemPriority of the item present in the cache
Declaration
public CacheItemPriority CacheItemPriority { get; }
Property Value
Type | Description |
---|---|
CacheItemPriority |
CacheItemVersion
Item version of the item
Declaration
public CacheItemVersion CacheItemVersion { get; }
Property Value
Type | Description |
---|---|
CacheItemVersion |
Group
Group of the item
Declaration
public string Group { get; }
Property Value
Type | Description |
---|---|
System.String |
ResyncExpiredItems
If items are to be ReSynced at expiry
Declaration
public bool ResyncExpiredItems { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
ResyncProviderName
Readthrough provider name when item will be resynced at expiry
Declaration
public string ResyncProviderName { get; }
Property Value
Type | Description |
---|---|
System.String |
SubGroup
SubGroup of the item
Declaration
public string SubGroup { get; }
Property Value
Type | Description |
---|---|
System.String |
Value
Will contain the value present in the cache but only if the event was registered against
Declaration
public object Value { get; }
Property Value
Type | Description |
---|---|
System.Object |
Clone()
Declaration
public object Clone()
Returns
Type | Description |
---|---|
System.Object |