com.googlecode.hibernate.memcached.dangamemcached
Class DangaMemcache
java.lang.Object
com.googlecode.hibernate.memcached.dangamemcached.DangaMemcache
- All Implemented Interfaces:
- Memcache
public class DangaMemcache
- extends Object
- implements Memcache
DOCUMENT ME!
- Author:
- George Wei
|
Constructor Summary |
DangaMemcache(com.danga.MemCached.MemCachedClient memcachedClient,
String poolName)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DangaMemcache
public DangaMemcache(com.danga.MemCached.MemCachedClient memcachedClient,
String poolName)
get
public Object get(String key)
- Specified by:
get in interface Memcache
getMulti
public Map<String,Object> getMulti(String... keys)
- Specified by:
getMulti in interface Memcache
set
public void set(String key,
int cacheTimeSeconds,
Object o)
- Specified by:
set in interface Memcache
delete
public void delete(String key)
- Specified by:
delete in interface Memcache
incr
public void incr(String key,
int factor,
int startingValue)
- Specified by:
incr in interface Memcache
shutdown
public void shutdown()
- Specified by:
shutdown in interface Memcache
setExceptionHandler
public void setExceptionHandler(MemcacheExceptionHandler exceptionHandler)
Copyright © 2015. All rights reserved.