System.Runtime.Caching.Configuration Namespace
Contém classes de manipuladores de configuração para o recurso de cache do .NET Framework. Contains configuration handler classes for the .NET Framework caching feature.
Classes
| CachingSectionGroup |
Define uma seção de configuração para cache do .NET Framework.Defines a configuration section for .NET Framework caching. Essa classe não pode ser herdada.This class cannot be inherited. |
| MemoryCacheElement |
Define um elemento usado para configurar um cache baseado na classe MemoryCache.Defines an element that is used to configure a cache that is based on the MemoryCache class. Essa classe não pode ser herdada.This class cannot be inherited. |
| MemoryCacheSection |
Define uma seção de configuração para um cache com base na classe MemoryCache.Defines a configuration section for a cache based on the MemoryCache class. Essa classe não pode ser herdada.This class cannot be inherited. |
| MemoryCacheSettingsCollection |
Representa uma coleção de elementos MemoryCacheSettingsCollection .Represents a collection of MemoryCacheSettingsCollection elements. Essa classe não pode ser herdada.This class cannot be inherited. |
Comentários
As classes do manipulador de configuração neste namespace são para cache geral usado com .NET Framework aplicativos.The configuration handler classes in this namespace are for general caching used with .NET Framework applications. Os manipuladores de configuração para o cache ASP.NET estão contidos no System.Web.Configuration namespace.The configuration handlers for ASP.NET caching are contained in the System.Web.Configuration namespace.