| Package | Description | 
|---|---|
| com.hazelcast.cache | 
     This package contains the public API extension for Hazelcast JCache,
     the Hazelcast implementation of the JSR-107 commonly referred to as JCache. | 
| 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  | ICache<K,V>This  ICacheinterface is theCacheextension offered by
 Hazelcast JCache.In addition to the standard set of JCache methods defined in the JSR 107 specification, Hazelcast provides additional operations to support a broader range of programing styles. | 
| 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 | Class and Description | 
|---|---|
| class  | ClientCacheProxy<K,V>ICacheimplementation for Hazelcast clients. | 
| class  | NearCachedClientCacheProxy<K,V>An  ICacheInternalimplementation which handles Near Cache specific behaviour of methods. | 
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.