| Package | Description | 
|---|---|
| com.hazelcast.map | Contains Hazelcast map module classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| QueryCache<K,V> | IMap. getQueryCache(String name)Returns corresponding  QueryCacheinstance for the suppliednameor null. | 
| QueryCache<K,V> | IMap. getQueryCache(String name,
             MapListener listener,
             Predicate<K,V> predicate,
             boolean includeValue)Creates an always up to date snapshot of this  IMapaccording 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 this  IMapaccording to the supplied parameters. | 
Copyright © 2021 Hazelcast, Inc.. All rights reserved.