Class CacheableAttribute
Inheritance
CacheableAttribute
Assembly: DotNetNuke.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct)]
public class CacheableAttribute : Attribute, _Attribute
Constructors
CacheableAttribute()
Declaration
public CacheableAttribute()
CacheableAttribute(string)
Declaration
public CacheableAttribute(string cacheKey)
Parameters
| Type |
Name |
Description |
| string |
cacheKey |
|
CacheableAttribute(string, CacheItemPriority)
Declaration
public CacheableAttribute(string cacheKey, CacheItemPriority priority)
Parameters
CacheableAttribute(string, CacheItemPriority, int)
Declaration
public CacheableAttribute(string cacheKey, CacheItemPriority priority, int timeOut)
Parameters
Properties
CacheKey
Declaration
public string CacheKey { get; set; }
Property Value
CachePriority
Declaration
public CacheItemPriority CachePriority { get; set; }
Property Value
CacheTimeOut
Declaration
public int CacheTimeOut { get; set; }
Property Value
Implements
Extension Methods