public interface LookupCache
| Modifier and Type | Method and Description |
|---|---|
org.alfresco.repo.avm.Lookup |
lookup(AVMStore store,
int version,
SimplePath path,
boolean write,
boolean includeDeleted) |
void |
onDelete(java.lang.String storeName)
Called when a delete has occurred in a store.
|
void |
onSnapshot(java.lang.String storeName)
Called when a snapshot occurs in a store.
|
void |
onWrite(java.lang.String storeName)
Called when a simple write operation occurs.
|
void |
reset()
Full reset of cache.
|
org.alfresco.repo.avm.Lookup lookup(AVMStore store, int version, SimplePath path, boolean write, boolean includeDeleted)
void onWrite(java.lang.String storeName)
void onDelete(java.lang.String storeName)
void onSnapshot(java.lang.String storeName)
void reset()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.