Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.5.4, 6.0.0-beta1
Description
WebResponse.enableCaching() is documented to enable caching, but it does not. You must also override WebPage.setHeaders(), otherwise it clobbers the headers by calling disableCaching().
The API docs for WebResponse.enableCaching() should be clear about this.