ConditionalRemove Constructor |
Name | Description | |
---|---|---|
![]() | 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.
|