All this time, I've mistakenly thought that System.Web.Caching.Cache can only be used in web applications. It turns out that is not true. You can use the web cache in Console or WinForm applications. Here's some sample code showing how that's done. Note: Read More...