Yes it can. From my recollection all you need to do is access the Cache via
System.Web.HttpRuntime.Cache.
-Brock
DevelopMentor
http://staff.develop.com/ballen
> Can this ASP.NET cache be used in non asp.net applications?
>
[quoted text clipped - 7 lines]
> Thanks in advance,
> RT
Ian Suttle - 25 Mar 2005 01:31 GMT
In addition to Brock's suggestion...
If the application that you are referring to does not reside on the web
server, say a client workstation, you could have a web service or use
remoting and have the web server return the values to you.
Ian Suttle
http://www.IanSuttle.com
> Yes it can. From my recollection all you need to do is access the Cache via
> System.Web.HttpRuntime.Cache.
[quoted text clipped - 14 lines]
> > Thanks in advance,
> > RT