Can I share HttpRuntime.Cache between applications?

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.

+3
source share
2 answers

http . , , , cann .

+1
0

Source: https://habr.com/ru/post/1759770/


All Articles