2017 © Pedro Peláez
 

contao-module contao-cache-control

Clear the Contao page cache for single files.

image

netzmacht/contao-cache-control

Clear the Contao page cache for single files.

  • Wednesday, August 30, 2017
  • by netzmacht
  • Repository
  • 1 Watchers
  • 10 Stars
  • 415 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 4 Versions
  • 13 % Grown

The README.md

Contao Cache Control

This extension allows to reset the page cache for a single page without clearing the whole page cache., (*1)

Features

  • Clear page cache for a single page.
  • Clear page cache for multiple pages (edit all mode).

Requirements

This extension requires at least Contao 3.2., (*2)

Install

It's recommend to install the extension using composer., (*3)

$ php composer.phar require netzmacht/contao-cache-control:~1.0

If you want to install the extension manually, please do these steps:, (*4)

  • Copy module folder into system/modules.
  • Rename it to cache-control.
  • Create the folder system/modules/cache-control/classes.
  • Copy the src folder into system/modules/cache-control/classes.
  • Open system/modules/cache-control/config/autoload.php and uncomment the class loader lines.

After installing it you have to update the database structure and clear your page cache., (*5)

Limitations

This extension make use of the getCacheKey hook. If the hook is used by a 3rd party extension make sure that the cache control hook is the last one., (*6)

The cache control is reset by the weekly cron job (as the page cache). If you have disabled the weekly cron for the page cache, you have to remove the cache control cron hook as well., (*7)

The Versions

30/08 2017

dev-master

9999999-dev

Clear the Contao page cache for single files.

  Sources   Download

LGPL-3.0+

The Requires

 

cache page contao

28/08 2017

dev-develop

dev-develop

Clear the Contao page cache for single files.

  Sources   Download

LGPL-3.0+

The Requires

 

The Development Requires

cache page contao

08/06 2015

1.0.1

1.0.1.0

Clear the Contao page cache for single files.

  Sources   Download

LGPL-3.0+

The Requires

 

cache page contao

08/04 2015

1.0.0

1.0.0.0

Clear the Contao page cache for single files.

  Sources   Download

LGPL-3.0+

The Requires

 

cache page contao