Forums / Install & configuration / caching "problem"

caching "problem"

Author Message

risto CMS user

Friday 03 February 2006 2:04:01 am

hi im helping some people out with some design issues. But I keep running into the same problem. how can I delete the cach for a single temlate. or refresh it so only that template is updated?

Vjeran Vlahovic

Friday 03 February 2006 3:02:58 am

Hi Risto,
You can delete directly some files in var/sitevar/cache/template/compiled/. For instance, if You want to delete template caches for the article class, just delete files which begin with article-. Same thing can be applied to any template.

If your project is still in development phase, You could also disable TemplateCache and TemplateCompile in your site.ini.append.php while you're working on your templates.

 

http://www.netgen.hr/eng

risto CMS user

Friday 03 February 2006 5:53:39 am

thanx.