protected class PersistentCache.PersistNode extends cn.weforward.common.util.LruCache.CacheNode<String,E> implements Flushable
| 构造器和说明 |
|---|
PersistNode(int hash,
String key,
E value,
cn.weforward.common.util.LruHashMap.Node<String,E> next) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clean(String ver) |
void |
flush()
执行缓存数据刷写
|
String |
getVersion() |
void |
setVersion(String version) |
String |
toString() |
void |
updating()
标记为更新中
|
protected String version
public void clean(String ver)
public String getVersion()
public void setVersion(String version)
public void flush()
throws IOException
Flushableflush 在接口中 FlushableIOException - IO异常public void updating()
public String toString()
toString 在类中 cn.weforward.common.util.LruCache.CacheNode<String,E extends Persistent>Copyright © 2021. All rights reserved.