| Package | Description | 
|---|---|
| com.hazelcast.cache.impl | 
     Hazelcast JSR-107 aka JCache implementation | 
| com.hazelcast.client.cache.impl | 
     Hazelcast JSR-107 aka JCache implementation client side | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CacheProxy<K,V>ICache implementation | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ConcurrentMap<String,ICacheInternal<?,?>> | AbstractHazelcastCacheManager. caches | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract <K,V> ICacheInternal<K,V> | AbstractHazelcastCacheManager. createCacheProxy(CacheConfig<K,V> cacheConfig) | 
| protected <K,V> ICacheInternal<K,V> | HazelcastServerCacheManager. createCacheProxy(CacheConfig<K,V> cacheConfig) | 
| protected <K,V> ICacheInternal<K,V> | AbstractHazelcastCacheManager. ensureOpenIfAvailable(ICacheInternal<K,V> cache) | 
| protected <K,V> ICacheInternal<?,?> | AbstractHazelcastCacheManager. getCacheUnchecked(String cacheName) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected <K,V> ICacheInternal<K,V> | AbstractHazelcastCacheManager. ensureOpenIfAvailable(ICacheInternal<K,V> cache) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClientCacheProxy<K,V>ICache implementation for client
 
 This proxy is the implementation of ICache and javax.cache.Cache which is returned by
 HazelcastClientCacheManager. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected <K,V> ICacheInternal<K,V> | HazelcastClientCacheManager. createCacheProxy(CacheConfig<K,V> cacheConfig) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.