Package org.eclipse.help.webapp
Class TocSystem
java.lang.Object
org.eclipse.help.webapp.TocSystem
Class for administering the Toc system.
- Since:
- 3.6
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidUse this method to invalidate the currently cached Toc.
- 
Constructor Details- 
TocSystempublic TocSystem()
 
- 
- 
Method Details- 
clearCachepublic static void clearCache()Use this method to invalidate the currently cached Toc. The next call for a Toc will result in a newly generated table of contents.
 
-