I have two sites that use the same data between their sites, with the exception of one of the sites, this is a content management system. In the content management system, when an item is saved, it ends the cache for a specific object.
On another site, I would like to use the cache, so I do not need to constantly travel to the database. If I use the same cache keys / objects between these sites that use the same application pool, will there be a site that is not a CMS, in this case reflects that the cache has expired and retrieves a new object?
source share