public class ClientNearCache<K> extends Object
Modifier and Type | Field and Description |
---|---|
static int |
EVICTION_PERCENTAGE |
static Object |
NULL_OBJECT |
static int |
TTL_CLEANUP_INTERVAL_MILLS |
Constructor and Description |
---|
ClientNearCache(String mapName,
ClientNearCacheType cacheType,
ClientContext context,
NearCacheConfig nearCacheConfig) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
Object |
get(K key) |
NearCacheStatsImpl |
getNearCacheStats() |
void |
invalidate(K key) |
void |
put(K key,
Object object) |
public static final int EVICTION_PERCENTAGE
public static final int TTL_CLEANUP_INTERVAL_MILLS
public static final Object NULL_OBJECT
public ClientNearCache(String mapName, ClientNearCacheType cacheType, ClientContext context, NearCacheConfig nearCacheConfig)
Copyright © 2014 Hazelcast, Inc.. All rights reserved.