FLUID

In order for an entry to be written to the cache table, you have to enter two lines code in your fluid template.

See the snippet below.

Snippet

For example: List.html

{namespace vhCache = Verdigado\Cache\ViewHelpers}
<f:layout name="my_layout" />
  <f:section name="content">
    <vhCache:setCache pid="{data.pid}" table="tx_myext_news"/>
    ...