public class EhCache extends Object implements ICacheServiceEx
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
get(String key) |
String |
getCacheKeyHead() |
int |
getDefalutSeconds() |
void |
remove(String key) |
void |
store(String key,
Object obj,
int seconds) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, nameSet, tags, updatepublic EhCache(String keyHeader, int defSeconds)
public void store(String key, Object obj, int seconds)
store 在接口中 ICacheServicepublic Object get(String key)
get 在接口中 ICacheServicepublic void remove(String key)
remove 在接口中 ICacheServicepublic int getDefalutSeconds()
getDefalutSeconds 在接口中 ICacheServicepublic String getCacheKeyHead()
getCacheKeyHead 在接口中 ICacheServiceCopyright © 2019. All rights reserved.