Apache Ignite.NET
Apache.Ignite.Core.Cache.ICacheEntryFilter< in in TK, in in TV > Interface Template Reference

Cache entry predicate. More...

Public Member Functions

bool Invoke (ICacheEntry< TK, TV > entry)
 Returns a value indicating whether provided cache entry satisfies this predicate. More...
 

Detailed Description

Template Parameters
TKKey type.
TVValue type.

Member Function Documentation

bool Apache.Ignite.Core.Cache.ICacheEntryFilter< in in TK, in in TV >.Invoke ( ICacheEntry< TK, TV >  entry)
Parameters
entryCache entry.
Returns
Value indicating whether provided cache entry satisfies this predicate.