Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mpchadwick/0265e75241b7c1440f3521d78472ae43 to your computer and use it in GitHub Desktop.
Save mpchadwick/0265e75241b7c1440f3521d78472ae43 to your computer and use it in GitHub Desktop.
proposed-fpc-route-ttl-configuration.xml
<!-- Before -->
<cache>
<requests>
<catalog>
<category>
<view>enterprise_pagecache/processor_category</view>
</category>
</catalog>
</requests>
</cache>
<!-- After -->
<cache>
<requests>
<catalog>
<category>
<view>
<subprocessor>enterprise_pagecache/processor_category</subprocessor>
<ttl>4h</ttl>
</view>
</category>
</catalog>
</requests>
</cache>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment