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
ICache interface is the Cache extension 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
ICache implementations. |
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 client
This proxy is the implementation of ICache and javax.cache.Cache which is returned by
HazelcastClientCacheManager.
|
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.