| |
|
| java.lang.Object com.whirlycott.cache.hibernate.WhirlycachePlugin
WhirlycachePlugin | public class WhirlycachePlugin implements net.sf.hibernate.cache.Cache(Code) | | author: pjacob |
WhirlycachePlugin | public WhirlycachePlugin(String _name) throws net.sf.hibernate.cache.CacheException(Code) | | Parameters: _name - |
clear | public void clear() throws net.sf.hibernate.cache.CacheException(Code) | | |
destroy | public void destroy() throws net.sf.hibernate.cache.CacheException(Code) | | |
getTimeout | public int getTimeout()(Code) | | |
lock | public void lock(Object arg0) throws net.sf.hibernate.cache.CacheException(Code) | | |
nextTimestamp | public long nextTimestamp()(Code) | | |
put | public void put(Object _key, Object _val) throws net.sf.hibernate.cache.CacheException(Code) | | |
remove | public void remove(Object _key) throws net.sf.hibernate.cache.CacheException(Code) | | |
unlock | public void unlock(Object arg0) throws net.sf.hibernate.cache.CacheException(Code) | | |
|
|
|