Skip to content

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

License

Notifications You must be signed in to change notification settings

extrameile/branch_cache

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 91.8%
  • JavaScript 8.2%