| Package | Description | 
|---|---|
| com.hazelcast.map.impl.querycache.subscriber | This package contains classes which are used for  QueryCacheevent subscription side. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NullQueryCacheObject for neutral  InternalQueryCacheimplementation. | 
| Modifier and Type | Field and Description | 
|---|---|
| static InternalQueryCache | NullQueryCache. NULL_QUERY_CACHENull query cache implementation. | 
| protected InternalQueryCache | AbstractQueryCacheEndToEndConstructor. queryCache | 
| Modifier and Type | Method and Description | 
|---|---|
| InternalQueryCache | AbstractQueryCacheEndToEndConstructor. createNew(String arg)Here order of method calls should not change. | 
| InternalQueryCache<K,V> | QueryCacheEndToEndProvider. getOrCreateQueryCache(String mapName,
                     String cacheName,
                     ConstructorFunction<String,InternalQueryCache<K,V>> constructor) | 
| InternalQueryCache<K,V> | QueryCacheEndToEndProvider. remove(String mapName,
      String cacheName) | 
| Modifier and Type | Method and Description | 
|---|---|
| InternalQueryCache<K,V> | QueryCacheEndToEndProvider. getOrCreateQueryCache(String mapName,
                     String cacheName,
                     ConstructorFunction<String,InternalQueryCache<K,V>> constructor) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.