1.3.4releasedCache Management

Offers a backend page to manage (clear) Symphony's caches mechanism

Clone URLhttps://github.com/DeuxHuitHuit/cache_management.git

Add as a submodulegit submodule add https://github.com/DeuxHuitHuit/cache_management.git extensions/cache_management --recursive

Compatibility

2.x.x2.1.x2.2.x2.3.x2.4.x2.5.x2.6.x2.7.02.7.12.7.22.7.32.7.42.7.52.7.62.7.72.7.82.7.92.7.10
NoNoNoNo1.3.41.3.41.3.41.3.41.3.41.3.41.3.41.3.41.3.41.3.41.3.41.3.41.3.41.3.4

Readme

Cache Management

Version: 1.3.x

Offers a backend page to manage (clear) Symphony's caches mechanism

SPECS

You can clear:

  • The Database cache, used by the Cacheable class
  • The File cache, i.e. manifest/cache folder
  • Cachelite extension cache
  • Cacheable Datasource extension cache

REQUIREMENTS

  • Symphony CMS version 2.3.1 and up (as of the day of the last release of this extension)

INSTALLATION

  • git clone / download and unpack the tarball file
  • Put into the extension directory
  • Enable/install just like any other extension

You can also install it using the extension downloader.

For more information, see http://getsymphony.com/learn/tasks/view/install-an-extension/

HOW TO USE

  • See the System/Cache Management page in the backend

LICENSE

MIT http://deuxhuithuit.mit-license.org

Voila !

Come say hi! -> https://deuxhuithuit.com/

Version history

Symphony 2.3.1 to 2.x.x

  • Fix Symphony 2.7.0 compatibility

Symphony 2.3.1 to 2.6.x

  • Supported on PHP 7
  • Fix database update to fit the parent method

Symphony 2.3.1 to 2.6.x

  • Fix cron includes for newer Symphonies

Symphony 2.3.1 to 2.6.x

  • Fix a bug related to the System nav group active status

Symphony 2.3.1 to 2.6.x

  • Added support for clearing Cacheable Datasource extension files (if installed)
  • Added Slovak translation
  • Marked as Symphony 2.6.x compatible
  • Made the System nav group active when in the content page (Fixes issue #6)

Symphony 2.3.1 to 2.5.x

  • Added compatibility with Symphony 2.5

Symphony 2.3.1 to 2.4.0

  • Fixed issue #1, (wrong SQL count)

Symphony 2.3.1 to 2.5

  • Support for deleting cachelite files

Symphony 2.3.1 to 2.5

  • First release