Forums / Developer / problem with cache-block
Eric Tshiunza
Thursday 30 April 2009 1:16:05 am
each that I do an operation before seeing the result I have to empty the cache even if I disable the cache.
Jérôme Cohonner
Thursday 30 April 2009 3:29:41 am
Hello Eric,
Cache block and view cache are normally removed when publishing.
What kind of "operation" are you speaking about ? Is it development task (like template editing) ?
If you are speaking about development tasks, you can disble caching while working.
site.ini (for front end siteaccess)
[ContentSettings] ViewCaching=disabled [TemplateSettings] DevelopmentMode=enabled