See: Description
| Interface | Description | 
|---|---|
| BackupAwareEntryProcessor<K,V,T> | An invocable function that allows applications to perform compound operations
 on a  Cache.Entryatomically, according to the defined
 consistency of aCache. | 
| CacheEntryView<K,V> | Entry info for cache record. | 
| CacheMergePolicy | 
 Policy for merging cache entries. | 
| CacheStatistics | Cache statistics | 
| HazelcastCacheManager | Contract point of Hazelcast cache manager implementations (client + server) based on  CacheManager. | 
| ICache<K,V> | This  ICacheinterface is theCacheextension 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. | 
| StorageTypeAwareCacheMergePolicy | 
 Marker interface for indicating that key and value wrapped by
  CacheEntryViewwill be not converted to their original types. | 
| Class | Description | 
|---|---|
| CacheEvictionPolicyComparator<K,V> | Cache specific  EvictionPolicyComparatorfor comparingCacheEntryViews to be evicted. | 
| CacheUtil | Utility class for various cache related operations to be used by our internal structure and end user. | 
| HazelcastCachingProvider | This class is the Hazelcast JCache public  CachingProviderimplementation. | 
| HazelcastExpiryPolicy | Hazelcast provides overloads of the typical cache operations with a custom
  ExpiryPolicyparameter.This class provides a custom implementation of an ExpiryPolicyto
 react on all three types of policies:
 
 Create
 Access
 Update | 
| Enum | Description | 
|---|---|
| BuiltInCacheMergePolicies | 
 Enum that represents all built-in  CacheMergePolicyimplementations. | 
| Exception | Description | 
|---|---|
| CacheNotExistsException | This exception class is thrown while creating  CacheRecordStoreinstances but the cache config does not exist on the node to create the instance on. | 
This package contains the public API extension for Hazelcast JCache, the Hazelcast implementation of the JSR-107 commonly referred to as JCache.
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.