System.Runtime.Caching.Configuration Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains configuration handler classes for the .NET Framework caching feature.
Classes
CachingSectionGroup |
Defines a configuration section for .NET Framework caching. This class cannot be inherited. |
MemoryCacheElement |
Defines an element that is used to configure a cache that is based on the MemoryCache class. This class cannot be inherited. |
MemoryCacheSection |
Defines a configuration section for a cache based on the MemoryCache class. This class cannot be inherited. |
MemoryCacheSettingsCollection |
Represents a collection of MemoryCacheSettingsCollection elements. This class cannot be inherited. |
Remarks
The configuration handler classes in this namespace are for general caching used with .NET Framework applications. The configuration handlers for ASP.NET caching are contained in the System.Web.Configuration namespace.