Uses of Package
com.hazelcast.cache

Packages that use com.hazelcast.cache
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 
com.hazelcast.monitor.impl Contains Hazelcast statistics implementations related to map, queue, topic, multimap, executor service etc. 
 

Classes in com.hazelcast.cache used by com.hazelcast.cache
CacheStatistics
          Cache statistics
 

Classes in com.hazelcast.cache used by com.hazelcast.cache.impl
CacheStatistics
          Cache statistics
HazelcastCacheManager
          Contract point of Hazelcast cache manager implementations (client + server) based on CacheManager.
ICache
          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.
 

Classes in com.hazelcast.cache used by com.hazelcast.client.cache.impl
HazelcastCacheManager
          Contract point of Hazelcast cache manager implementations (client + server) based on CacheManager.
ICache
          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.
 

Classes in com.hazelcast.cache used by com.hazelcast.monitor.impl
CacheStatistics
          Cache statistics
 



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