public class MemcachedCache<K,V>
extends org.rapidoid.plugins.cache.AbstractCache<K,V>
Constructor and Description |
---|
MemcachedCache(net.spy.memcached.MemcachedClient client,
String cacheName,
long timeToLiveMs,
boolean resetTimeToLiveWhenAccessed) |
Modifier and Type | Method and Description |
---|---|
protected void |
doGet(K key,
org.rapidoid.concurrent.Callback<V> callback) |
protected void |
doSet(K key,
V value,
long timeToLiveMs,
org.rapidoid.concurrent.Callback<Void> callback) |
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.