ASP.NET Application vs Cache Class Speed Tests

25 July, 2004 (16:50) | .NET Code Related

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