Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Overload List

  NameDescription
ConditionalRemove()()()
Default constructor.
ConditionalRemove(IFilter)
Construct a ConditionalRemove processor that removes an IInvocableCacheEntry if and only if the filter applied to the entry evaluates to true.
ConditionalRemove(IFilter, Boolean)
Construct a ConditionalRemove processor that removes an IInvocableCacheEntry if and only if the filter applied to the entry evaluates to true.

See Also