I have a website setup as follows:
/ Web is the client facing the site
/ Web / Admin is the backend system and is configured as a Virtual Application
I am using HttpRuntime.Cache to cache calls to the database. What I want to do is clear what is cached on / website from / Web / Admin. HttpRuntime.Cache seems to be the only instance for every application. Anyway, around this without using a distributed caching system.
Micah source
share