Package 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.

See:
          Description

Interface Summary
BackupAwareEntryProcessor<K,V,T> An invocable function that allows applications to perform compound operations on a Cache.Entry atomically, according the defined consistency of a Cache.
CacheStatistics Cache statistics
HazelcastCacheManager Contract point of Hazelcast cache manager implementations (client + server) based on CacheManager.
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.
 

Class Summary
HazelcastCachingProvider This class is the Hazelcast JCache public CachingProvider implementation.
HazelcastExpiryPolicy Hazelcast provides overloads of the typical cache operations with a custom ExpiryPolicy parameter.
This class provides a custom implementation of an ExpiryPolicy to react on all three types of policies: Create Access Update
 

Exception Summary
CacheNotExistsException This exception class is thrown while creating CacheRecordStore instances but the cache config is not existing on the node to create the instance on.
 

Package com.hazelcast.cache Description

This package contains the public API extension for Hazelcast JCache, the Hazelcast implementation of the JSR-107 commonly referred to as JCache.



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.