public abstract class CacheUpdate
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
CacheUpdate(CachedQuery query) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Entity obj)
Called when an entity is added.
|
void |
delete(java.lang.Object key)
Called when an entity is deleted.
|
protected void |
update()
Update the query.
|
void |
update(Entity object)
Called when an entity is deleted.
|
protected CacheUpdate(CachedQuery query)