Are the EnterpriseLibrary.Caching components discontinued, and, if so, as of which library version?

StackOverflow https://stackoverflow.com/questions/20431972

  •  29-08-2022
  •  | 
  •  

سؤال

I'm looking at some old code that relies on

Microsoft.Practices.EnterpriseLibrary.Caching

As far as I can tell, the namespace doesn't exist in the latest version of the EnterpriseLibrary. Is this correct? If so, when did the components get discontinued?

هل كانت مفيدة؟

المحلول

Enterprise Library 6.0 removed the Caching block, as well as the Security block and Cryptography.

All caching should now be performed with System.Runtime.Caching.

A good read is the Enterprise Library 6 patterns and practices free book.

Enterprise Library 6 Developers Guide

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top