Is it possible to run manual XPath on the XML cache? I don't want to do this in the context of an XSLT -- I want to query using an XDocument or XmlDocument from C#.
I know the entire repository is cached in "umbraco.config," but I have to assume that document is also in memory somewhere, and available to query with XPath?
Tell me -- what's the upper limit on this cache? If I have an install with 250,000 objects, does it still keep the entire parsed document in cache, all the time?
Is the raw XML cache available from the API?
Is it possible to run manual XPath on the XML cache? I don't want to do this in the context of an XSLT -- I want to query using an XDocument or XmlDocument from C#.
I know the entire repository is cached in "umbraco.config," but I have to assume that document is also in memory somewhere, and available to query with XPath?
Hi Deane,
Yes it's available:
HTH,
Hendy
Thanks -- that's exactly what I was looking for.
Tell me -- what's the upper limit on this cache? If I have an install with 250,000 objects, does it still keep the entire parsed document in cache, all the time?
is working on a reply...