|
EmbeddedResourceProviderGetCacheDependency Method
|
Creates a cache dependency based on the specified virtual paths.
Namespace: GSF.Web.EmbeddedAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.205-beta
Syntax function GetCacheDependency(virtualPath, virtualPathDependencies, utcStart);
View SourceParameters
- 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
CacheDependencyA
CacheDependency object for the specified virtual resources.
See Also