System.Runtime.Caching.Configuration Namespace

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.