The Cache type exposes the following members.

Events

  NameDescription
Public eventCacheCleared
Occurs after the Cache is cleared.
Public eventCacheStopped
Occurs after the cache has been stopped.
Public eventCustomEvent
Occurs in response to a RaiseCustomEvent(Object, Object) method call.
Public eventItemAdded
Occurs after an item has been added to the Cache.
Public eventItemRemoved
Occurs after an has been removed from the Cache.
Public eventItemUpdated
Occurs after an item has been updated in the Cache.
Public eventMemberJoined
Occurs after a new node has joined the cluster.
Public eventMemberLeft
Occurs after a node has left the cluster.

See Also