|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICacheInternal | |
---|---|
com.hazelcast.cache.impl | Hazelcast JSR-107 aka JCache implementation |
com.hazelcast.client.cache.impl | Hazelcast JSR-107 aka JCache implementation client side |
Uses of ICacheInternal in com.hazelcast.cache.impl |
---|
Classes in com.hazelcast.cache.impl that implement ICacheInternal | |
---|---|
class |
CacheProxy<K,V>
ICache implementation |
Fields in com.hazelcast.cache.impl with type parameters of type ICacheInternal | |
---|---|
protected ConcurrentMap<String,ICacheInternal<?,?>> |
AbstractHazelcastCacheManager.caches
|
Methods in com.hazelcast.cache.impl that return ICacheInternal | ||
---|---|---|
protected abstract
|
AbstractHazelcastCacheManager.createCacheProxy(CacheConfig<K,V> cacheConfig)
|
|
protected
|
HazelcastServerCacheManager.createCacheProxy(CacheConfig<K,V> cacheConfig)
|
|
protected
|
AbstractHazelcastCacheManager.ensureOpenIfAvailable(ICacheInternal<K,V> cache)
|
|
protected
|
AbstractHazelcastCacheManager.getCacheUnchecked(String cacheName)
|
Methods in com.hazelcast.cache.impl with parameters of type ICacheInternal | ||
---|---|---|
protected
|
AbstractHazelcastCacheManager.ensureOpenIfAvailable(ICacheInternal<K,V> cache)
|
Uses of ICacheInternal in com.hazelcast.client.cache.impl |
---|
Classes in com.hazelcast.client.cache.impl that implement ICacheInternal | |
---|---|
class |
ClientCacheProxy<K,V>
ICache implementation for client This proxy is the implementation of ICache and javax.cache.Cache which is returned by HazelcastClientCacheManager. |
Methods in com.hazelcast.client.cache.impl that return ICacheInternal | ||
---|---|---|
protected
|
HazelcastClientCacheManager.createCacheProxy(CacheConfig<K,V> cacheConfig)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |