M
Mat
I have a class library in which I need to access a XML Document often
which is stored as a text xml file. Obviously, I therefore would like
to cache this XML Document as reading this into an XML Document type
each time its required wouldn't be efficient. Does anyone have any
pointers on this.
There is a Cache object in System.Web but by default this isn't
available to class libraries, it it worth adding the reference into
the component?
I've also looked into the Microsoft Blocks and see that there is an
Cache Block which may also help be in my quest.
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag/html/CachingBlock.asp)
However, having never done anything along these lines, any experience
is gratefully welcome.
Cheers in advance
Mat
which is stored as a text xml file. Obviously, I therefore would like
to cache this XML Document as reading this into an XML Document type
each time its required wouldn't be efficient. Does anyone have any
pointers on this.
There is a Cache object in System.Web but by default this isn't
available to class libraries, it it worth adding the reference into
the component?
I've also looked into the Microsoft Blocks and see that there is an
Cache Block which may also help be in my quest.
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag/html/CachingBlock.asp)
However, having never done anything along these lines, any experience
is gratefully welcome.
Cheers in advance
Mat