OutputCacheAttribute Properties
Visual Studio 2010
The OutputCacheAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
|
CacheProfile | Gets or sets the cache profile name. |
|
Duration | Gets or sets the cache duration, in seconds. |
|
Location | Gets or sets the location. |
|
NoStore | Gets or sets a value that indicates whether to store the cache. |
|
Order | Gets or sets the order in which the action filters are executed. (Inherited from FilterAttribute.) |
|
SqlDependency | Gets or sets the SQL dependency. |
|
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |
|
VaryByContentEncoding | Gets or sets the vary-by-content encoding. |
|
VaryByCustom | Gets or sets the vary-by-custom value. |
|
VaryByHeader | Gets or sets the vary-by-header value. |
|
VaryByParam | Gets or sets the vary-by-parameter value. |
Community Additions
ADD
Show: