OutputCacheAttribute Properties
The OutputCacheAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
|
AllowMultiple | Gets or sets a value that indicates whether more than one instance of the filter attribute can be specified. (Inherited from FilterAttribute.) |
|
CacheProfile | Gets or sets the cache profile name. |
|
ChildActionCache | Gets or sets the child action cache. |
|
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 | (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-param value. |
Show: