LRUK, TRemoveStale Method |
Remove nodes that hasn't been touched since the specified
timestamp.
Namespace:
Apptus.Util.Collection
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax public void RemoveStale(
long old
)
Parameters
- old
- Type: SystemInt64
Timestamp signalling a threshold time for what nodes are to be considered outdated.
See Also