Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.01 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.01 KB

CakePHP-Supercache

(almost) drop-in cahing engine for CakePHP I got the idea by a fantastic plugin by Matt Curry (https://github.com/mcurry/html_cache), but I wanted it to be even simpler to implement.

This is the default caching system for Pubblico CMS

INSTALLATION STEPS:

  • create a new folder called "cache" in your app/webroot directory, with write permissions
  • rename app/webroot/index.php to app/webroot/index_cake.php
  • save this file to app/webroot. Yes, you're replacing the original file with this one
  • configure as you need
  • that's all folks!

Contributing

Your feedback is precious! Don't hesitate to open GitHub Issues for any problem or question you may have.

All contributions are welcome. If you extend it, write me a line so that I can update it for everyone.

License

CakePHP-Supercache is licensed under the MIT Licence, courtesy of Emanuele "ToX" Toscano .