K - key typepublic interface ClientNearCache<K,V>
| Modifier and Type | Field and Description | 
|---|---|
static int | 
EVICTION_PERCENTAGE
Eviction percentage 
 | 
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 int EVICTION_PERCENTAGE
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 © 2014 Hazelcast, Inc.. All Rights Reserved.