aligent / cacheobserver
Magento extension to add cache keys and tags to blocks that are not cached by default.
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 59
Watchers: 47
Forks: 16
Open Issues: 3
Type:magento-module
Requires
Requires (Dev)
- composer/composer: ~1.0@dev
- ecomdev/mage-ci: dev-master
- phing/phing: ~2.11@dev
- phpunit/phpunit: 4.1.x-dev
- punkstar/mageqa: dev-aligent
- dev-master
- 2.0.x-dev
- 1.1.0
- 1.0.2
- 1.0.2a
- 1.0.1
- 1.0.0
- dev-release/1.0.1
- dev-feature/unit_tests
- dev-develop
- dev-improvement/disable-block-cache-search-result
- dev-feature/group-product-display
- dev-models
- dev-feature/form_key
- dev-remove-crosssell-caching
- dev-bugfix/template_in_product_block
- dev-review_list_pagination_fix
- dev-enterprise-targetrule-item-fix
This package is not auto-updated.
Last update: 2021-06-24 20:32:34 UTC
README
Aligent CacheObserver Extension
Magento extension to add cache keys and tags to blocks that are not cached by default.
Facts
- version: 2.0.0
- extension key: Aligent_CacheObserver
- extension on GitHub
Description
Magento extension to add cache keys and tags to blocks that are not cached by default.
Usage
Add custom cache observer handlers using the following in your module's config.xml. See CacheObserver's config.xml for further details. Note: If you may use the CacheObserver's model/methods for caching your own blocks if required.
<config>
<cacheObserver>
<!--
The observer id should be a unique key. Note that all observers will be sorted alphabetically by the
observer key.
You may make use of Magento's config.xml merging to overwrite another module's configs if needed.
-->
<module_name_observer_id>
<!--
`model` is a standard model alias to tell the model
-->
<model>module_name/model</model>
<method>myCustomCacheObserverMethod</method>
<classes>
<!-- A list of classes to
<Some_Module_Block_To_Cache/>
</classes>
</module_name_observ_id>
</cacheObserver>
</config>
Requirements
- PHP >= 5.2.0
- Mage_Core
- ...
Compatibility
- Magento >= 1.4
Installation Instructions
- Install version ~2.0.0 of the extension via composer.
Uninstallation
- Remove the extension via composer.
Support
If you have any issues with this extension, open an issue on GitHub.
Developer
Luke Mills http://www.aligent.com.au
Licence
OSL-3.0
Copyright
(c) 2015 Aligent