public class CacheUtil extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
defaultCache |
| 限定符和类型 | 方法和说明 |
|---|---|
net.sf.ehcache.Cache |
createCache(String tabelName) |
Object |
get(String cacheName,
Object key) |
net.sf.ehcache.Cache |
getCache(String cacheName) |
String |
getCacheInfo(online.sanen.cdm.basic.Structure structure) |
static CacheUtil |
getInstance() |
void |
put(String cacheName,
Object key,
Object value) |
void |
remove(String cacheName,
String key) |
public static String defaultCache
Copyright © 2018. All rights reserved.