| 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
|
| 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
|
Copyright © 2018. All Rights Reserved.