Couldn't access the cache.select() method of cache object
Hi,
i am trying to access the Select() method of the cache object, but visual studio is not showing any option, i am trying to achieve that
ArrSession = Context.Cache("SessionKeys").select(StrMatch)
is it obsolete now, any alternative.
Background:
i am trying to build a web service,in that web service i am using the cache object to save the data from the databse and then later on find the string from the cache object.
i have taken that concept from the ASP.Net Unleashed v1.1, ch:23
thanks in advance,
Regards,
Last edited by geniusboy; July 22nd, 2009 at 05:14 AM..
|