The configuration documents (https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:litemage:customization:configuration-file) mention configuring purge events (using the purge_events element).
Certain dispatched events in Magento seem to work with Litemage in this fashion as seen in the debug log:
2015-08-21T22:21:42+00:00 DEBUG (7): sales_quote_save_after
2015-08-21T22:21:42+00:00 DEBUG (7): LiteMage [68.230.120.153:54679:89837200] Purge events sales_quote_save_after tags: E.cart, E.dynamicnav, E.toplinks, E.reorder
2015-08-21T22:21:42+00:00 DEBUG (7): LiteMage [68.230.120.153:54679:89837200] SetPurgeHeader: private, tag=E.cart,tag=E.dynamicnav,tag=E.toplinks,tag=E.reorder (triggered by event sales_quote_save_after)
... however, is there some sort of listing showing which dispatched events can be used as purge events?
Second question:
Is there some way to ensure that a block is never cached using app/code/community/Litespeed/Litemage/etc/config.xml ?
Certain dispatched events in Magento seem to work with Litemage in this fashion as seen in the debug log:
2015-08-21T22:21:42+00:00 DEBUG (7): sales_quote_save_after
2015-08-21T22:21:42+00:00 DEBUG (7): LiteMage [68.230.120.153:54679:89837200] Purge events sales_quote_save_after tags: E.cart, E.dynamicnav, E.toplinks, E.reorder
2015-08-21T22:21:42+00:00 DEBUG (7): LiteMage [68.230.120.153:54679:89837200] SetPurgeHeader: private, tag=E.cart,tag=E.dynamicnav,tag=E.toplinks,tag=E.reorder (triggered by event sales_quote_save_after)
... however, is there some sort of listing showing which dispatched events can be used as purge events?
Second question:
Is there some way to ensure that a block is never cached using app/code/community/Litespeed/Litemage/etc/config.xml ?