| 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 | Interface and Description | 
|---|---|
| interface  | ICacheInternal<K,V>Internal API for  ICacheimplementations. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CacheProxy<K,V>ICache implementation | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ICache<K,V> | AbstractClusterWideIterator. cache | 
| Modifier and Type | Method and Description | 
|---|---|
| <K,V,C extends javax.cache.configuration.Configuration<K,V>>  | AbstractHazelcastCacheManager. createCache(String cacheName,
           C configuration) | 
| <K,V> ICache<K,V> | AbstractHazelcastCacheManager. getCache(String cacheName) | 
| <K,V> ICache<K,V> | AbstractHazelcastCacheManager. getCache(String cacheName,
        Class<K> keyType,
        Class<V> valueType) | 
| <K,V> ICache<K,V> | AbstractHazelcastCacheManager. getOrCreateCache(String cacheName,
                CacheConfig<K,V> cacheConfig) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected <K,V> void | AbstractHazelcastCacheManager. registerListeners(CacheConfig<K,V> cacheConfig,
                 ICache<K,V> source) | 
| Constructor and Description | 
|---|
| AbstractClusterWideIterator(ICache<K,V> cache,
                           int partitionCount) | 
| CacheEntryEventImpl(ICache<K,V> source,
                   javax.cache.event.EventType eventType,
                   K key,
                   V newValue,
                   V oldValue) | 
| CacheEventListenerAdaptor(ICache<K,V> source,
                         javax.cache.configuration.CacheEntryListenerConfiguration<K,V> cacheEntryListenerConfiguration,
                         SerializationService serializationService) | 
| 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. | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.