Simple C# ASP.NET Cache Implementation
- by Brian David Berman
I need to build up a List<object> and cache the list and be able to append to it. I also need to be able to blow it away easily and recreate it. What is a simple way to accomplish this?