BenjaminBeck / branch_cache

TYPO3 CMS extension to clear the cache for an entire branch - TYPO3 CMS 8 compatible - Replaces EXT:sm_clearcachecm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Branch Cache

This is a TYPO3 CMS extension which adds a new entry in the context menu to clear the cache for an entire branch. The extension is compatible with TYPO3 CMS 8

Installation

The installation is straightforward. Install the extension via composer, activate in the Extension Manager, reload the whole Backend and start clearing your cache! :)

composer require cobweb/branch-cache

As the extension is not yet on Packagist, the Git repository must be added manually.

{
    "type": "git",
    "url": "https://github.com/cobwebch/branch_cache.git"
}

Source of inspiration https://github.com/TYPO3-extensions/sm_clearcachecm. Thanks Steffen!

About

TYPO3 CMS extension to clear the cache for an entire branch - TYPO3 CMS 8 compatible - Replaces EXT:sm_clearcachecm

License:Other


Languages

Language:PHP 91.8%Language:JavaScript 8.2%