public static interface EntryFactory.InvalidationStrategy
| Modifier and Type | Method and Description | 
|---|---|
void | 
applyPending(HierarchyEntry entry)
 | 
void | 
invalidate(HierarchyEntry entry,
          boolean recursive)
Invalidate underlying  
ItemState of this
 entry. | 
void invalidate(HierarchyEntry entry, boolean recursive)
ItemState of this
 entry. Implementors may choose to delay the actual call to
 ItemState.invalidate() for this
 entry and for any of its child entries. They need to ensure however that
 applyPending(HierarchyEntry) properly invalidates the respective state when called.entry - The HierarchyEntry to invalidate.recursive - Invalidate state of child entries if true.void applyPending(HierarchyEntry entry)
entry - The affected NodeEntry.Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.