| Interface | Description | 
|---|---|
| CacheEntryListenerProvider<K,V> | Provides underlying (wrapped)  CacheEntryListenerinstance. | 
| CacheEventData | Internal event data wrapper used during publishing and dispatching events. | 
| CacheEventListener | Cache Event Listener interface is designated for handling cache events internally such as delegating events
 to cache event listener. | 
| CacheOperationProvider | Provide InMemoryFormat specific operations for cache | 
| CacheSyncListenerCompleter | used to state that a sync event completed and any resources waiting for it should be released | 
| ICacheInternal<K,V> | Internal API for  ICacheimplementations. | 
| ICacheRecordStore | ICacheRecordStoreis the core contract providing internal functionality toICacheimplementations on partition scope. | 
| ICacheService | 
| Class | Description | 
|---|---|
| AbstractCacheRecordStore<R extends CacheRecord,CRM extends SampleableCacheRecordMap<Data,R>> | |
| AbstractCacheService | |
| AbstractClusterWideIterator<K,V> | AbstractClusterWideIteratorprovides the core iterator functionality shared by its descendants. | 
| AbstractHazelcastCacheManager | Abstract  HazelcastCacheManager(alsoCacheManageras indirect) implementation
 provides shared functionality to server and client cache managers. | 
| AbstractHazelcastCachingProvider | Abstract  CachingProviderimplementation providing shared functionality to server and client caching
 providers. | 
| CacheClearResponse | This class is a simple object wrapper to be used by  CacheClearOperation. | 
| CacheDataSerializerHook | CacheDataSerializerHookcontains all the ID hooks forIdentifiedDataSerializableclasses used
 inside the JCache framework. | 
| CacheDistributedObject | Basic distributed object which serves as an accessor to  CacheServiceandNodeEngine. | 
| CacheEntry<K,V> | Simple   Cache.Entryimplementation for wrapping a "key,value" pair. | 
| CacheEntryEventImpl<K,V> | CacheEntryEvent implementation is the actual event object received by sub-interfaces of
  CacheEntryListener. | 
| CacheEntryProcessorEntry<K,V,R extends CacheRecord> | This class is an implementation of  MutableEntrywhich is provided intoEntryProcessor.process(javax.cache.processor.MutableEntry, Object...). | 
| CacheEntryProcessorResult<T> | This simple implementation of  EntryProcessorResultwraps the result returned or exception thrown in a
 single object so that multiple exceptions from multiple entry processes can be returned. | 
| CacheEventContext | Wrapper class for parameters of  ICacheService.publishEvent(CacheEventContext) | 
| CacheEventContextUtil | Utility class to create  CacheEventContextinstances | 
| CacheEventDataImpl | Implementation of  CacheEventData. | 
| CacheEventListenerAdaptor<K,V> | This implementation of  CacheEventListeneruses the adapter pattern for wrapping all cache event listener
 types into a single listener. | 
| CacheEventSet | Internal Set wrapper of  CacheEventDataitems used during publishing and dispatching events. | 
| CacheKeyIteratorResult | Response data object returned by  CacheKeyIteratorOperation. | 
| CacheMXBeanImpl | Implementation of  CacheMXBean. | 
| CachePartitionSegment | Cache Partition Segment | 
| CachePortableHook | CachePortableHookcontains all the ID hooks for classes used inside the JCache framework which implementPortable. | 
| CacheProxy<K,V> | ICache implementation | 
| CacheProxyUtil | Static util methods for ICache implementations. | 
| CacheRecordStore | On-Heap implementation of the  ICacheRecordStore | 
| CacheService | Cache Service is the main access point of JCache implementation. | 
| CacheStatisticsImpl | CacheStatisticsimplementation forICache. | 
| CacheStatisticsMXBeanImpl | Implementation of  CacheStatisticsMXBean | 
| ClusterWideIterator<K,V> | Cluster-wide iterator for  ICache. | 
| DefaultOperationProvider | Provide operations other then  InMemoryFormat.NATIVE | 
| HazelcastServerCacheManager | Hazelcast  CacheManagerfor server implementation. | 
| HazelcastServerCachingProvider | Provides server cachingProvider implementation. | 
| MXBeanUtil | MXBean utility methods related to registration of the beans. | 
| TCKMBeanServerBuilder | An MBeanServer builder required by TCK tests. | 
| TCKMBeanServerBuilder.RIMBeanServerDelegate | 
| Enum | Description | 
|---|---|
| CacheEntryProcessorEntry.State | |
| CacheEventType | Hazelcast JCache implementation's internal event types. | 
Hazelcast JSR-107 aka JCache implementation
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.