The CacheableAttribute type exposes the following members.

Properties

  NameDescription
Public propertyCacheKey
The root key to use for the cache
Public propertyCachePriority
The priority of the cached item. The default value is CacheItemPriority.Default
Public propertyCacheTimeOut
The timeout multiplier used to cache the item. This value is multiple by the Host Performance Setting to determine the actual timeout value. The default value is 20.
Public propertyTypeId
When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute.)

See Also