Giter VIP home page Giter VIP logo

cacheobserver's Introduction

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

cacheobserver's People

Contributors

aligentjim avatar andrew-dwyer avatar brentaligent avatar jonpday avatar mrturner avatar phirunson avatar robbieaverill avatar swapnapalaniswamy avatar toddhainsworth avatar webwarrior avatar willtran avatar zainengineer avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.