About getCache
A generic caching snippet for MODX Revolution 2.1+. It allows caching the output of any MODx Element using a fully configurable cache handler.
This extra also provides a custom connector/processor for triggering a refresh of custom cache partitions via PHP API or Javascript (for MODX Menus).
Official Documentation:
http://github.com/opengeek/getCache/wiki
Information
New in getCache 1.1.0
getCache 1.1.0-pl (March 20, 2013)
- Add custom cache partition refresh processor
- Respect multi-dimensional arrays in request parameters for cacheKey
getCache 1.0.0-pl (March 27, 2011)
- Change default cacheKey property to use 'resource' (for MODX 2.1+)
getCache 1.0.0-beta (October 21, 2010)
- Initial release