Uses of Interface
com.hazelcast.map.QueryCache
-
Uses of QueryCache in com.hazelcast.map
Modifier and TypeMethodDescriptionQueryCache<K,
V> IMap.getQueryCache
(String name) Returns correspondingQueryCache
instance for the suppliedname
or null.QueryCache<K,
V> IMap.getQueryCache
(String name, MapListener listener, Predicate<K, V> predicate, boolean includeValue) Creates an always up to date snapshot of thisIMap
according to the supplied parameters.QueryCache<K,
V> IMap.getQueryCache
(String name, Predicate<K, V> predicate, boolean includeValue) Creates an always up to date snapshot of thisIMap
according to the supplied parameters.