How to get contents of cache memory in c#?
-
Hello evertbody, I wanted to know how to find the contents of cache memory in c#.Can anobody give a hint or a code snippet for this problem.. Thanking in advance Swapnil
-
Hello evertbody, I wanted to know how to find the contents of cache memory in c#.Can anobody give a hint or a code snippet for this problem.. Thanking in advance Swapnil
Cross post from different ID ... :wtf: Why do you need to create more than one id for you ... ?? :doh:
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Microsoft Bing MAP using Javascript
CLR objects in SQL Server 2005
Uncommon C# Keywords/xml> -
Cross post from different ID ... :wtf: Why do you need to create more than one id for you ... ?? :doh:
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Microsoft Bing MAP using Javascript
CLR objects in SQL Server 2005
Uncommon C# Keywords/xml>Ya right I want to get contents of computers cache memory.. actually I want to get contents of mozzila's cache memory... Do you have any Idea?
-
Hello evertbody, I wanted to know how to find the contents of cache memory in c#.Can anobody give a hint or a code snippet for this problem.. Thanking in advance Swapnil
I didn't understand your question properly. Are you saying you want to scan Cache and find if the required info has been present?
Regards, Jaiprakash M Bankolli jaiprakash.bankolli@gmail.com My Blog Suggestions for me Visit:www.OracleQuest.com
-
I didn't understand your question properly. Are you saying you want to scan Cache and find if the required info has been present?
Regards, Jaiprakash M Bankolli jaiprakash.bankolli@gmail.com My Blog Suggestions for me Visit:www.OracleQuest.com
Hi, Actually I am developing a tool to check the performance of a site. so whenever I enter a site I want to know is the contents of the url are present in cache or not and if present want to display the contents. So do you have any idea about it. I want to do this in c#.