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

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

  •  29-08-2022
  •  | 
  •  

Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top