ASP.NET Application vs Cache Class Speed Tests
Dr. Peter points out in this short test that caching via the Cache object is only marginally better than the Application object as far as performance. Although cache does offer more control and flexibility. Article here.
Write a comment