Initializes a new instance of the DNNCacheDependency class that monitors an array of paths (to files or directories) for changes.

Namespace: DotNetNuke.Services.Cache
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public DNNCacheDependency(
	string[] filenames
)
Visual Basic
Public Sub New ( 
	filenames As String()
)

Parameters

filenames
Type: array<System..::..String>[]()[][]
set the cache depend on muti files.

See Also