public class SOA3EhcacheWrapper extends Object implements CacheWrapper<String,String>
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
get(String key) |
net.sf.ehcache.Ehcache |
getCache() |
static SOA3EhcacheWrapper |
getInstance() |
void |
put(String key,
String value) |
public static SOA3EhcacheWrapper getInstance()
public void put(String key, String value)
put in interface CacheWrapper<String,String>public net.sf.ehcache.Ehcache getCache()
public void close()
Copyright © 2017. All Rights Reserved.