|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ItemCache
ItemCache...
| Method Summary | |
|---|---|
void |
clear()
Clear all entries in the ItemCache and free resources. |
Item |
getItem(ItemState state)
Returns the cached Item that belongs to the given
ItemState or null if the cache does not
contain that Item. |
| Methods inherited from interface org.apache.jackrabbit.jcr2spi.ItemLifeCycleListener |
|---|
itemCreated, itemDestroyed, itemUpdated |
| Method Detail |
|---|
Item getItem(ItemState state)
Item that belongs to the given
ItemState or null if the cache does not
contain that Item.
state - State of the item that should be retrieved.
null if there's no corresponding cache entry.void clear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||