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
AlwaysFilter Class
AlwaysFilter Methods
ApplyIndex Method
CalculateEffectiveness Method
Equals Method
Evaluate Method
EvaluateEntry Method
GetHashCode Method
ReadExternal Method
ToString Method
WriteExternal Method
AlwaysFilter
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
AlwaysFilter Class
Tangosol.Util.Filter Namespace
Copyright © 2000, 2024, Oracle and/or its affiliates. All rights reserved.