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

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

  •  29-08-2022
  •  | 
  •  

Domanda

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?

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top