Setup

The Cache extension takes care of a correct caching of data records:

  • Records that are displayed in the frontend will affect an entry to the cache table cache_pages_tags.

  • Entry will be the table name and the pid. Example: tx_org_news_12

  • If a record is created, edited or deleted in the backend, all entries containing the table name of the data record and its pid are removed from the cache table.

If you want to use the caching of this extension, you need to add code in

  • your FLUID template and

  • the TCA of your table.

Table of Contents