| 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.proxy | 
 This package contains client side proxy implementations of the different Hazelcast data structures
 and operation types 
 | 
| com.hazelcast.map.impl.proxy | 
 Contains map proxy implementation and support classes. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CacheProxy<K,V>
ICache implementation 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClientCacheProxy<K,V>
ICache implementation for Hazelcast clients. | 
class  | 
NearCachedClientCacheProxy<K,V>
An  
ICacheInternal implementation which handles Near Cache specific behaviour of methods. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClientMapProxy<K,V>
Proxy implementation of  
IMap. | 
class  | 
NearCachedClientMapProxy<K,V>
A Client-side  
IMap implementation which is fronted by a Near Cache. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MapProxyImpl<K,V>
Proxy implementation of  
IMap interface. | 
class  | 
NearCachedMapProxyImpl<K,V>
A server-side  
IMap implementation which is fronted by a Near Cache. | 
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.