ICacheEventTransformer Interface |
Namespace: Tangosol.Net.Cache
public interface ICacheEventTransformer
The ICacheEventTransformer type exposes the following members.
Name | Description | |
---|---|---|
![]() | Transform |
Transform the specified CacheEventArgs.
|
In general, the Transform(CacheEventArgs) method is called after the original CacheEventArgs is evaluated by an IFilter (such as CacheEventFilter). The values contained by the returned CacheEventArgs object will be the ones given (sent) to the corresponding listener. Returning null will prevent the emission of the event altogether.
Note: Currently, the ICacheEventTransformer interface is supported only by partitioned caches.