|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
K - the type of key.V - the type of value.public interface ICacheInternal<K,V>
Internal API for ICache implementations.
ICache| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface javax.cache.Cache |
|---|
javax.cache.Cache.Entry<K,V> |
| Method Summary | |
|---|---|
void |
open()
Opens cache if available (not destroyed). |
| Methods inherited from interface com.hazelcast.cache.ICache |
|---|
destroy, get, getAll, getAndPut, getAndPutAsync, getAndPutAsync, getAndRemoveAsync, getAndReplace, getAndReplaceAsync, getAndReplaceAsync, getAsync, getAsync, getLocalCacheStatistics, isDestroyed, put, putAll, putAsync, putAsync, putIfAbsent, putIfAbsentAsync, putIfAbsentAsync, removeAsync, removeAsync, replace, replace, replaceAsync, replaceAsync, replaceAsync, replaceAsync, size |
| Methods inherited from interface javax.cache.Cache |
|---|
clear, close, containsKey, deregisterCacheEntryListener, get, getAll, getAndPut, getAndRemove, getAndReplace, getCacheManager, getConfiguration, getName, invoke, invokeAll, isClosed, iterator, loadAll, put, putAll, putIfAbsent, registerCacheEntryListener, remove, remove, removeAll, removeAll, replace, replace, unwrap |
| Method Detail |
|---|
void open()
IllegalStateException - if cache is already destroyed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||