0

I would like my ASP.NET application to use AppFabric Distributed Cache instead of In memory cache.

I have a class CacheService that uses CacheFactory from EnterpriseLibrary Caching:

ICacheManager manager =  CacheFactory.GetCacheManager(CacheManagerName);

Is there a way to configure this in web.config so that some AppFabricManager will be used instead of in-memory cache?

kubal5003
  • 7,186
  • 8
  • 52
  • 90
  • It might be helpful for you http://msdn.microsoft.com/en-us/library/hh361711%28v=azure.10%29.aspx – Sain Pradeep Sep 17 '13 at 11:32
  • This is about Session provider and not cache provider. I've actually already seen this and also going to use, but the question was about something else. – kubal5003 Sep 19 '13 at 10:12

1 Answers1

1

There is an AppFabric caching provider for Enterprise Library here.

PhilPursglove
  • 12,511
  • 5
  • 46
  • 68