Cache.NamedKey
Modifier and Type | Field and Description |
---|---|
static int |
MAX_PREFIX_LENGTH |
Modifier and Type | Method and Description |
---|---|
void |
close(String namespace) |
static MemcachedCache |
create(MemcachedCacheConfig config) |
byte[] |
get(Cache.NamedKey key) |
Map<Cache.NamedKey,byte[]> |
getBulk(Iterable<Cache.NamedKey> keys) |
CacheStats |
getStats() |
boolean |
isLocal() |
void |
put(Cache.NamedKey key,
byte[] value) |
public static final int MAX_PREFIX_LENGTH
public static MemcachedCache create(MemcachedCacheConfig config)
public CacheStats getStats()
public byte[] get(Cache.NamedKey key)
public void put(Cache.NamedKey key, byte[] value)
public Map<Cache.NamedKey,byte[]> getBulk(Iterable<Cache.NamedKey> keys)
Copyright © 2011–2015. All rights reserved.