Service Point tapestry.request.DisableCachingFilter | Interface: | org.apache.tapestry.services.WebRequestServicerFilter |
Uses the ResetEventCoordinator to reset any cached data at the end of the request.
Only used during development, not in production. |
Implementation |
- <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
-
<construct class="impl.DisableCachingFilter"
>
-
<set-object property="resetEventCoordinator"
value="infrastructure:resetEventCoordinator"
/>
</construct>
</invoke-factory>
|