You are here

README.txt in CacheFlush 8

Same filename and directory in other branches
  1. 7.3 README.txt
  2. 7 README.txt
  3. 7.2 README.txt
-----------------------------------------------------------------------------
INTRODUCTION
-----------------------------------------------------------------------------

The fine granularity of control over cache tables and function makes this
module the ultimate tool to clear the Drupal caches.

It ships with a predefined set of actions, but it's biggest strength lays
in it's configuration, where one can build any number of custom presets to
fit almost any need on both development and production environments.
It is suitable for any role, starting from developers to administrators or
editors. Access to each preset can be limited by permissions.

It allows mixing core and contrib cache tables and/or functions with low
level custom rules to always clear just what's necessary, reducing precious
development time.
Using this module minimizes time spent waiting for all the caches to be
cleared when you a just need to recognize a new template file, for ex.

Functionalities
 * Configurable cache clear
 * UI for advanced cache clear using 'cache_clear_all()'
 * Clear on cron call
 * Clear on rule call
 * Drush support
 * UI for Varnish cache
 * UI for Memcache cache

INSTALLATION

It fully integrates with the Drupal 8 core admin menu, also with the popular
Administration Menu module and the Commerce Kickstart 2.

How to use

* download the module and place it under 'sites/all/modules/contrib'
  folder with Drush use: drush dl cacheflush
* enable the module from the modules page: 'admin/build/modules'
* configure the setting at the bottom of the page under
  'admin/structure/cacheflush'

REQUIREMENTS

The module cacheflush also require the sub-module cacheflush_entity
to be enabled as well.

CONFIGURATION

-----------------------------------------------------------------------------
DRUSH SUPPORT
-----------------------------------------------------------------------------

The cacheflush drush submodule offers support to clear cache using the preset
via drush.

E.g : 'drush cf 1'   (where 1 = to id of entity)
To list options: 'drush cf'

-----------------------------------------------------------------------------
CONTACT
-----------------------------------------------------------------------------

Current maintainer:
* Csaba Balint (balintcsaba) - https://www.drupal.org/u/balintcsaba

-----------------------------------------------------------------------------
CREDITS
-----------------------------------------------------------------------------

This project has been sponsored by:
* REEA
  Long or short, tough or easy, the time spent in our pit-stop will always end
    with a project delivered on time.
  It will always work just like you desired and will drive your product in the
    direction you imagined. Then you will know you were right to stop at a
    single place for all your needs.
  We aren't looking to other teams for magic formulas – quite the opposite.
    We are being asked for quick and creative solutions. We don't scout for the
    best crew members – we've already hired them. We're not saying we invented
    the wheel – however we know how to make it spin the fastest.
  We are not just a few. Our "box" is not the biggest one, but all 150 of us are
    in the same place. Thus a problem doesn't travel thousands of kilometres for
    a solution.
  Our experience and expertise offers us an impressive tool-kit that we can use
    to offer you the best solution. If something is missing from our inventory,
    we are numerous and good enough to invent that specific something that only
    you need.
  Don’t trust us just because we know how to spin the words. Try us. Take us for
    a test drive.

File

README.txt
View source
  1. -----------------------------------------------------------------------------
  2. INTRODUCTION
  3. -----------------------------------------------------------------------------
  4. The fine granularity of control over cache tables and function makes this
  5. module the ultimate tool to clear the Drupal caches.
  6. It ships with a predefined set of actions, but it's biggest strength lays
  7. in it's configuration, where one can build any number of custom presets to
  8. fit almost any need on both development and production environments.
  9. It is suitable for any role, starting from developers to administrators or
  10. editors. Access to each preset can be limited by permissions.
  11. It allows mixing core and contrib cache tables and/or functions with low
  12. level custom rules to always clear just what's necessary, reducing precious
  13. development time.
  14. Using this module minimizes time spent waiting for all the caches to be
  15. cleared when you a just need to recognize a new template file, for ex.
  16. Functionalities
  17. * Configurable cache clear
  18. * UI for advanced cache clear using 'cache_clear_all()'
  19. * Clear on cron call
  20. * Clear on rule call
  21. * Drush support
  22. * UI for Varnish cache
  23. * UI for Memcache cache
  24. INSTALLATION
  25. It fully integrates with the Drupal 8 core admin menu, also with the popular
  26. Administration Menu module and the Commerce Kickstart 2.
  27. How to use
  28. * download the module and place it under 'sites/all/modules/contrib'
  29. folder with Drush use: drush dl cacheflush
  30. * enable the module from the modules page: 'admin/build/modules'
  31. * configure the setting at the bottom of the page under
  32. 'admin/structure/cacheflush'
  33. REQUIREMENTS
  34. The module cacheflush also require the sub-module cacheflush_entity
  35. to be enabled as well.
  36. CONFIGURATION
  37. -----------------------------------------------------------------------------
  38. DRUSH SUPPORT
  39. -----------------------------------------------------------------------------
  40. The cacheflush drush submodule offers support to clear cache using the preset
  41. via drush.
  42. E.g : 'drush cf 1' (where 1 = to id of entity)
  43. To list options: 'drush cf'
  44. -----------------------------------------------------------------------------
  45. CONTACT
  46. -----------------------------------------------------------------------------
  47. Current maintainer:
  48. * Csaba Balint (balintcsaba) - https://www.drupal.org/u/balintcsaba
  49. -----------------------------------------------------------------------------
  50. CREDITS
  51. -----------------------------------------------------------------------------
  52. This project has been sponsored by:
  53. * REEA
  54. Long or short, tough or easy, the time spent in our pit-stop will always end
  55. with a project delivered on time.
  56. It will always work just like you desired and will drive your product in the
  57. direction you imagined. Then you will know you were right to stop at a
  58. single place for all your needs.
  59. We aren't looking to other teams for magic formulas – quite the opposite.
  60. We are being asked for quick and creative solutions. We don't scout for the
  61. best crew members – we've already hired them. We're not saying we invented
  62. the wheel – however we know how to make it spin the fastest.
  63. We are not just a few. Our "box" is not the biggest one, but all 150 of us are
  64. in the same place. Thus a problem doesn't travel thousands of kilometres for
  65. a solution.
  66. Our experience and expertise offers us an impressive tool-kit that we can use
  67. to offer you the best solution. If something is missing from our inventory,
  68. we are numerous and good enough to invent that specific something that only
  69. you need.
  70. Don’t trust us just because we know how to spin the words. Try us. Take us for
  71. a test drive.