|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexevs.cache.CacheRegistry.EhCacheWrapper<K,V>
public class CacheRegistry.EhCacheWrapper<K extends java.io.Serializable,V>
Constructor Summary | |
---|---|
CacheRegistry.EhCacheWrapper(java.lang.String cacheName,
net.sf.ehcache.CacheManager cacheManager)
|
Method Summary | |
---|---|
void |
clear()
|
V |
get(K key)
|
net.sf.ehcache.Ehcache |
getCache()
|
void |
put(K key,
V value)
|
int |
size()
|
java.util.List<V> |
values()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CacheRegistry.EhCacheWrapper(java.lang.String cacheName, net.sf.ehcache.CacheManager cacheManager)
Method Detail |
---|
public void put(K key, V value)
put
in interface CacheRegistry.CacheWrapper<K extends java.io.Serializable,V>
public V get(K key)
get
in interface CacheRegistry.CacheWrapper<K extends java.io.Serializable,V>
public int size()
size
in interface CacheRegistry.CacheWrapper<K extends java.io.Serializable,V>
public void clear()
clear
in interface CacheRegistry.CacheWrapper<K extends java.io.Serializable,V>
public java.util.List<V> values()
values
in interface CacheRegistry.CacheWrapper<K extends java.io.Serializable,V>
public net.sf.ehcache.Ehcache getCache()
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |