Package | Description |
---|---|
net.spy.memcached |
Memcached client and transformation utils
|
net.spy.memcached.util |
Cache Utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
MemcachedClient
Client to a memcached server.
|
Constructor and Description |
---|
BaseCacheMap(MemcachedClientIF c,
int expiration,
String prefix,
Transcoder<V> t)
Build a BaseCacheMap.
|
CacheMap(MemcachedClientIF c,
int expiration,
String prefix)
Construct a CacheMap over the given MemcachedClient.
|
CacheMap(MemcachedClientIF c,
String prefix)
Construct a CacheMap over the given MemcachedClient with no expiration.
|
CASMutator(MemcachedClientIF c,
Transcoder<T> tc)
Construct a CASMutator that uses the given client.
|
CASMutator(MemcachedClientIF c,
Transcoder<T> tc,
int maxTries)
Construct a CASMutator that uses the given client.
|
Constructor and Description |
---|
CacheLoader(MemcachedClientIF c)
Simple CacheLoader constructor that doesn't provide any feedback and caches
forever.
|
CacheLoader(MemcachedClientIF c,
ExecutorService es,
CacheLoader.StorageListener sl,
int exp)
Get a CacheLoader with all the options.
|
Copyright © 2024. All rights reserved.