508
99.9
Mar 02, 2015
Hi Sudheer:
What is it exactly that you are trying to accomplish by using a Singleton pattern and caching data?
Alternatively you could simply create a static class (you could name it Cache) and then maintain a MemoryCache object inside,
Jack