Where to store AppFabric DataCacheFactory in Asp.net?
AppFabric's DataCacheFactory takes long time to initialize so I am trying to create it once and re-use it in next requests. Currently, the best idea I have is to store it in HttpContext but I also have some WCF services (which don't have HttpContext set). Any other ideas where and how I should handle this? Thanks! This is a problem I've been giving some thought to over the last couple of months, but I haven't come up with a definitive answer... I'm not sure HttpContext is the right place to keep it - according to this page "A new HttpContext object will be created at the beginning of a request