Construct a new CacheableAttribute

Namespace: DotNetNuke.ComponentModel.DataAnnotations
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public CacheableAttribute(
	string cacheKey
)
Visual Basic
Public Sub New ( 
	cacheKey As String
)

Parameters

cacheKey
Type: System..::..String
The cacheKey to use

See Also