WCF Caching Solution - Need Advice
- by Brandon
The company I work for is looking to implement a caching solution. We have several WCF Web Services hosted and we need to cache certain values that can be persisted and fetched regardless of a client's session to a service. I am looking at the following technologies:
Caching Application Block 4.1
WCF TCP Service using HttpRuntime Caching
Memcached Win32 and Client
Microsoft AppFabric Caching Beta 2
Our test server is a Windows Server 2003 with IIS6, but our production server is Windows Server 2008, so any of the above options would work (except for AppFabric Caching on our test server).
Does anyone have any experience with any of these? This caching solution will not be used to store a lot of data, but it will need to be fetched from frequently and fast.
Thanks in advance.