This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Initializes a new instance of the CmsCacheDependency class.

Namespace: Smartsite.Core
Assembly:  Smartsite.Runtime (in Smartsite.Runtime.dll)

Syntax

C#Copy imageCopy Code
public CmsCacheDependency(
	string cacheKey,
	int itemNumber,
	 aimType,
	string info
)
Visual Basic (Declaration)Copy imageCopy Code
Public Sub New ( _
	cacheKey As , _
	itemNumber As Integer, _
	aimType As , _
	info As  _
)

Parameters

cacheKey
String
The cache key.
itemNumber
Int32
The item number.
aimType
AIMReferenceType
AIM Type of the reference.
info
String
Extra contextual information for the dependency.

See Also

Advanced