NOTE: This is outdated information that applies only to Tapestry 4. |
You can enable the ResetService (see the docs) or manually do it using the following code:
((IEngineServiceView) getPage().getEngine()).clearCachedData();
NOTE: This is outdated information that applies only to Tapestry 4. |
You can enable the ResetService (see the docs) or manually do it using the following code:
((IEngineServiceView) getPage().getEngine()).clearCachedData();
FrequentlyAskedQuestions/ClearingTheCache (last edited 2011-01-02 01:56:40 by BobHarner)