Enum CacheEventArgs.TransformationState
TransformationState describes how a CacheEvent has been or should be transformed.
Namespace: Tangosol.Net.Cache
Assembly: Coherence.dll
Syntax
public enum CacheEventArgs.TransformationState
Fields
Name | Description |
---|---|
NON_TRANSFORMABLE | Value used to indicate that an event is non-transformable and should not be passed to any transformer-based listeners. |
TRANSFORMABLE | Value used to indicate that an event is transformable and could be passed to transformer-based listeners. |
TRANSFORMED | Value used to indicate that an event has been transformed, and should only be passed to transformer-based listeners. |