Tuesday, March 12, 2013

Disable sitecore cahe

To tern off sitecore caching set following values in sitecore config.
<!--  CACHING ENABLED
 Determines if caching should be enabled at all
 Specify 'true' to enable caching and 'false' to disable all caching
-->
<setting name="Caching.Enabled" value="false" />
<!--  DISABLE BROWSER CACHING
 If true, all pages will have:
   Cache-Control: no-cache, no-store
   Pragma: no-cache
 in the http header
-->
<setting name="DisableBrowserCaching" value="true" />

No comments: