com.hazelcast.client.nearcache
K
- key typepublic interface ClientNearCache<K,V>
Modifier and Type | Field and Description |
---|---|
static double |
EVICTION_FACTOR
Eviction factor
|
static Object |
NULL_OBJECT
NULL Object
|
static int |
TTL_CLEANUP_INTERVAL_MILLS
TTL Clean up interval
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
destroy() |
V |
get(K key) |
String |
getId() |
InMemoryFormat |
getInMemoryFormat() |
NearCacheStats |
getNearCacheStats() |
void |
invalidate(K key) |
boolean |
isInvalidateOnChange() |
void |
put(K key,
V object) |
void |
remove(K key) |
void |
setId(String id) |
static final double EVICTION_FACTOR
static final int TTL_CLEANUP_INTERVAL_MILLS
static final Object NULL_OBJECT
void remove(K key)
void invalidate(K key)
void clear()
void destroy()
boolean isInvalidateOnChange()
InMemoryFormat getInMemoryFormat()
void setId(String id)
String getId()
NearCacheStats getNearCacheStats()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.