DataCacheOperations EnumerationWindows Server AppFabric Caching Compatibility Library
Specifies object or region related event types triggering the corresponding a cache level notification.

Namespace: Soss.Compat.WSAF
Assembly: soss_wsaf_compat (in soss_wsaf_compat.dll) Version: 1.1.0.100 (1.1.0.100)
Syntax

[FlagsAttribute]
public enum DataCacheOperations
Members

  Member nameValueDescription
AddItem1 Indicates that a new object was added to the store.
ReplaceItem2 Indicates that an object was updated in the store.
RemoveItem4 Indicates that an object was removed or expired in the store.
CreateRegion8 Indicates that a new named region was created.
RemoveRegion16 Indicates that a region was removed from the store.
ClearRegion32 Indicates that a region was cleared.
See Also

Reference