You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remember to change MC_HOST if memcached isn't on the same machine !
You can now cache your HTML block (as in Magento) via the render() function.
For example, if you want cache 60 secondes you footer block, you need to add the value 60 in parameter to the render function on the controler file for the footer.
Replace "$this->render()" by "$this->render(60)" in the file "catalog/controller/common/footer.php" (~ line 53).
In future version, cache life time management will be available.