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 Hazelcast clients. |
class |
NearCachedClientCacheProxy<K,V>
An
ICacheInternal implementation which handles Near Cache specific behaviour of methods. |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.