Tagged Questions
0
votes
1answer
665 views
WCF Service hosted in IIS - Can't seem to cache or retain state?
I'm trying to cache some application data that only needs to be instantiated when the application starts. I've tried using HttpRuntime.Cache, creating a static object that is instantiated only when ...