| 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 | 
| com.hazelcast.client.impl | Contains most of the client side HazelcastInstance implementation functionality. | 
| com.hazelcast.core | Provides core API interfaces/classes. | 
| com.hazelcast.instance | This package contains Hazelcast Instance functionality. | 
| 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,
                           int fetchSize) | 
| 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,
                         HazelcastInstance hazelcastInstance) | 
| 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 | 
|---|---|
| <K,V> ICache<K,V> | HazelcastClientInstanceImpl. getCache(String name) | 
| <K,V> ICache<K,V> | HazelcastClientProxy. getCache(String name) | 
| <K,V> ICache<K,V> | HazelcastClientInstanceImpl. getCacheByFullName(String fullName) | 
| Modifier and Type | Method and Description | 
|---|---|
| <K,V> ICache<K,V> | HazelcastInstance. getCache(String name)
 Returns the cache instance with the specified prefixed cache name. | 
| Modifier and Type | Method and Description | 
|---|---|
| <K,V> ICache<K,V> | HazelcastInstanceImpl. getCache(String name) | 
| <K,V> ICache<K,V> | HazelcastInstanceProxy. getCache(String name) | 
| <K,V> ICache<K,V> | HazelcastInstanceImpl. getCacheByFullName(String fullName) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.