Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
Tangosol.Util.Filter
LimitFilter Class
LimitFilter Methods
ApplyIndex Method
CalculateEffectiveness Method
Evaluate Method
EvaluateEntry Method
ExtractPage Method
NextPage Method
PreviousPage Method
ReadExternal Method
ToString Method
WriteExternal Method
LimitFilter
EvaluateEntry Method
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14
c
(14.1.1.0)
F23534-02
Apply the test to an
ICacheEntry
.
Namespace:
Tangosol.Util.Filter
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
Copy
public
virtual
bool
EvaluateEntry
(
ICacheEntry
entry
)
Parameters
entry
Type:
Tangosol.Net.Cache
ICacheEntry
The
ICacheEntry
to evaluate; never
null
.
Return Value
Type:
Boolean
true
if the test passes,
false
otherwise.
Implements
IEntryFilter
EvaluateEntry(ICacheEntry)
See Also
Reference
LimitFilter Class
Tangosol.Util.Filter Namespace
Copyright © 2000, 2024, Oracle and/or its affiliates. All rights reserved.