cache - again
Posted: Wed Jun 28, 2006 11:59 pm
Hi,
I am using ver 13 which I thought had caching turn off although is that just for smarty templates?
Anyway I am using the catalog module and have to clear the cache to view the new content.
I search through the files and found that in the file
class.content.inc it had the code:
$this->mCachable = true;
I have changed this to false... seems to work.
is this going to affect performance or have any other effects (good or bad).
Mike
I am using ver 13 which I thought had caching turn off although is that just for smarty templates?
Anyway I am using the catalog module and have to clear the cache to view the new content.
I search through the files and found that in the file
class.content.inc it had the code:
$this->mCachable = true;
I have changed this to false... seems to work.
is this going to affect performance or have any other effects (good or bad).
Mike