Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.
/ CacheObserver Public archive

Magento module to dynamically add Cache Keys to blocks

Notifications You must be signed in to change notification settings

aligent/CacheObserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Aligent CacheObserver Extension

Magento extension to add cache keys and tags to blocks that are not cached by default.

Facts

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

  1. Install version ~2.0.0 of the extension via composer.

Uninstallation

  1. 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

About

Magento module to dynamically add Cache Keys to blocks

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages