Forums / Developer / How to delete cache for a spesific node using custom tag?
K259
Monday 11 September 2006 1:28:58 am
I need to delete the cache for a node without empty the cache in the system totally.How can I achieve this?
Case: I'm testing some templatecode for an inline object in the editor made as custom tag, and adding this: {set-block scope=root variable=cache_ttl}0{/set-block} to the top of this template in: /xx/design/standard/templates/content/datatype/view/ezxmltags don't make the content or templatecode release the cached content after changes are made or new objects are added for fetching.
Does anyone know why?