This documentation is archived and is not being maintained.
System.Runtime.Caching.Configuration Namespace
Visual Studio 2010
The System.Runtime.Caching.Configuration namespace contains configuration handler classes for the .NET Framework caching feature.
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.
| Class | Description | |
|---|---|---|
![]() | 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. |
Show:
