I can't find the XML cache anywhere in my 4.5.1 site
Hello,
I just downloaded and installed a production site on my laptop. It uses Umbraco 4.5.1. In umbracoSettings.config I can see that XmlCacheEnabled is set to true, but I can't find the XML cache anywhere.
There is a file \umbraco\data\umbraco.config which is usually used for the XML cache if I remember correctly, but it is empty and hasn't been updated for months, even though I added nodes in Umbraco.
I tried finding the XML cache by adding a node called "thisisauniquenodename" and searching the entire application for that string using Total Commander. All it returned are the following files
I can't find the XML cache anywhere in my 4.5.1 site
Hello,
I just downloaded and installed a production site on my laptop. It uses Umbraco 4.5.1. In umbracoSettings.config I can see that XmlCacheEnabled is set to true, but I can't find the XML cache anywhere.
There is a file \umbraco\data\umbraco.config which is usually used for the XML cache if I remember correctly, but it is empty and hasn't been updated for months, even though I added nodes in Umbraco.
I tried finding the XML cache by adding a node called "thisisauniquenodename" and searching the entire application for that string using Total Commander. All it returned are the following files
\App_Data\ExamineIndexes\Internal\Queue\MYCOMP-4811-668358d8330d4c05b3b5029aea52ec7a.add
\App_Data\ExamineIndexes\Internal\Queue\MYCOMP-4811-ba2b533e6fa64f1f93e3aa1228fa47cc.add
But I believe these are Lucene indexes or something. Or is this used to store my precious nodes in 4.5.1? I don't get it.
Help is very much appreciated.
Hi julius,
Try checking the App_Data folder. If not, check your web.config for this setting:
That should be the path of the XML cache.
- Tom
is working on a reply...