You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by ta...@jakarta.apache.org on 2004/06/24 07:39:42 UTC

[Jakarta Tapestry Wiki] New: FrequentlyAskedQuestions/ClearingTheCache

   Date: 2004-06-23T22:39:42
   Editor: 165.228.129.11 <>
   Wiki: Jakarta Tapestry Wiki
   Page: FrequentlyAskedQuestions/ClearingTheCache
   URL: http://wiki.apache.org/jakarta-tapestry/FrequentlyAskedQuestions/ClearingTheCache

   no comment

New Page:

You can enable the ResetService (see the docs) or manually do it using the following code:

----
((IEngineServiceView) getPage().getEngine()).clearCachedData();
----

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org