All vital caching, especially the ones that have effect on a distributed system, should rely on System.Runtime.Caching. This way its easy to change the default MemoryCache implementation and replace it with a centralized version like MemCached or Redis or Velocity.
This wis solve many of the issues people have when starting to run C1 in a load balanced environment where changes in the Console doesn't get reflected on other webservers even though they are all using the same SQL Database.
Comments: ** Comment from web user: akkuprin **
This wis solve many of the issues people have when starting to run C1 in a load balanced environment where changes in the Console doesn't get reflected on other webservers even though they are all using the same SQL Database.
Comments: ** Comment from web user: akkuprin **
Please make this a possibility.