This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Creates a cache dependency based on the specified virtual paths.

Namespace: Smartsite.AspNet.Bridge
Assembly:  Smartsite.AspNet.Bridge (in Smartsite.AspNet.Bridge.dll)

Syntax

C#Copy imageCopy Code
public override  GetCacheDependency(
	string virtualPath,
	 virtualPathDependencies,
	 utcStart
)
Visual Basic (Declaration)Copy imageCopy Code
Public Overrides Function GetCacheDependency ( _
	virtualPath As , _
	virtualPathDependencies As , _
	utcStart As  _
) As 

Parameters

virtualPath
String
The path to the primary virtual resource.
virtualPathDependencies
IEnumerable
An array of paths to other resources required by the primary virtual resource.
utcStart
DateTime
The UTC time at which the virtual resources were read.

Return Value

A CacheDependency object for the specified virtual resources.

See Also

Advanced