| [Overview][Classes][Procedures and functions][Index] |
Removes DOM nodes from the internal cache starting at the specified ordinal position.
Source position: laz2_xmlcfg.pas line 88
protected procedure TXMLConfig.InvalidateCacheTilEnd( |
StartIndex: Integer |
); |
StartIndex |
|
Initial position in the cache affected in the method. |
InvalidateCacheTilEnd iterates over the TNodeCache items in PathNodeCache stating at the position in StartIndex, and sets the node references to Nil to invalidate the DOM node in the cache.
InvalidateCacheTilEnd is used in the implementation of the InvalidatePathCache, SetPathNodeCache, and FindChildNode methods.
|
Ensures a DOM node is present in the internal cache for the class instance. |
|
|
Removes cached DOM nodes for paths in the XML configuration file. |
|