Click or drag to resize

ConditionalRemove Constructor

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Overload List
  NameDescription
Public methodConditionalRemove
Default constructor.
Public methodConditionalRemove(IFilter)
Construct a ConditionalRemove processor that removes an IInvocableCacheEntry if and only if the filter applied to the entry evaluates to true.
Public methodConditionalRemove(IFilter, Boolean)
Construct a ConditionalRemove processor that removes an IInvocableCacheEntry if and only if the filter applied to the entry evaluates to true.
Top
See Also