Christophe Debove
Christophe Debove

Reputation: 6296

Is there a way to have a HttpCache shared between process?

Is there a way to have a HttpCache shared between process?

Upvotes: 1

Views: 317

Answers (2)

Mauricio Scheffer
Mauricio Scheffer

Reputation: 99720

What you're looking for is an out-of-process cache. Most (all?) of them are distributed. See this question for a list of available distributed caches usable in ASP.NET.

Upvotes: 1

matt-dot-net
matt-dot-net

Reputation: 4244

Check out Windows Server AppFabric

http://msdn.microsoft.com/en-us/windowsserver/ee695849.aspx

Upvotes: 1

Related Questions