Miembros OutputCacheAttribute
Proporciona una forma declarativa de habilitar el almacenamiento en caché de resultados.
En las tablas siguientes se enumeran los miembros que se exponen por el tipo OutputCacheAttribute.
Público Constructores
Nombre | Descripción | |
---|---|---|
OutputCacheAttribute | Sobrecargado. Inicializa una nueva instancia de la clase OutputCacheAttribute. |
Superior
Público Propiedades
Nombre | Descripción | |
---|---|---|
CacheProfile | Obtiene el nombre de la configuración de caché. | |
Duration | Obtiene la duración en segundos de almacenamiento en caché de la respuesta. | |
Location | Obtiene las ubicaciones donde se puede aplicar el almacenamiento en caché. | |
SqlCacheDependencies | Obtiene o establece las dependencias de caché de SQL. | |
TypeId | (Se hereda de Attribute) | |
UseSlidingExpiration | Obtiene o establece un valor que indica si la duración usa una expiración variable o absoluta. | |
VaryByHeaders | Obtiene o establece los encabezados en los que se basa una respuesta almacenada en caché. |
Superior
Público Métodos
(vea también Protegido Métodos)
Nombre | Descripción | |
---|---|---|
Equals | Sobrecargado. (Se hereda de Attribute) | |
GetCustomAttribute | Sobrecargado. (Se hereda de Attribute) | |
GetCustomAttributes | Sobrecargado. (Se hereda de Attribute) | |
GetHashCode | (Se hereda de Attribute) | |
GetType | (Se hereda de Object) | |
IsDefaultAttribute | (Se hereda de Attribute) | |
IsDefined | Sobrecargado. (Se hereda de Attribute) | |
Match | (Se hereda de Attribute) | |
ReferenceEquals | (Se hereda de Object) | |
ToString | (Se hereda de Object) |
Superior
Protegido Métodos
Nombre | Descripción | |
---|---|---|
Finalize | (Se hereda de Object) | |
MemberwiseClone | (Se hereda de Object) |
Superior
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
System.Runtime.InteropServices._Attribute.GetIDsOfNames | (Se hereda de Attribute) | |
System.Runtime.InteropServices._Attribute.GetTypeInfo | (Se hereda de Attribute) | |
System.Runtime.InteropServices._Attribute.GetTypeInfoCount | (Se hereda de Attribute) | |
System.Runtime.InteropServices._Attribute.Invoke | (Se hereda de Attribute) |
Superior
Vea también
Referencia
Clase OutputCacheAttribute
Espacio de nombres System.ServiceModel.DomainServices.Server