| 程序包 | 说明 |
|---|---|
| cn.weforward.data.persister.support |
| 限定符和类型 | 方法和说明 |
|---|---|
protected PersistentCache.PersistNode |
PersistentCache.flush(E object) |
protected PersistentCache.PersistNode |
PersistentCache.getNode(int hash,
Object key) |
protected PersistentCache.PersistNode |
PersistentCache.newNode(int hash,
String key,
E value,
cn.weforward.common.util.LruHashMap.Node<String,E> next) |
protected PersistentCache.PersistNode |
PersistentCache.openNode(int hash,
String key) |
protected PersistentCache.PersistNode |
PersistentCache.updating(E object)
把状态变化对象置入缓存
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract String |
PersistentCache.persist(E object,
PersistentCache.PersistNode node)
把对象持久化
|
protected String |
AbstractPersister.Cache.persist(E object,
PersistentCache.PersistNode node) |
Copyright © 2021. All rights reserved.