public class EhcacheWrapper<K,V> extends Object implements CacheWrapper<K,V>
| Constructor and Description |
|---|
EhcacheWrapper(String cacheName,
net.sf.ehcache.CacheManager cacheManager) |
| Modifier and Type | Method and Description |
|---|---|
V |
get(K key) |
net.sf.ehcache.Ehcache |
getCache() |
void |
put(K key,
V value) |
int |
size() |
public EhcacheWrapper(String cacheName, net.sf.ehcache.CacheManager cacheManager)
Copyright © 2017. All rights reserved.