WCF Runtime Caching
- by francois
Hi I'm using the following code to cache objects.
HttpRuntime.Cache.Insert("Doc001", _document);
HttpRuntime.Cache.Remove("Doc001");
I would like to know were the cache is stored? (On the client PC or the IIS server)
Is this a save way of cache objects and by adding and removing cache in this way will it influence any of the other clients, say…