Class CacheDependencyPath
Represents a path to limit the cache dependency.
public class CacheDependencyPath
- Inheritance
-
objectCacheDependencyPath
- Extension Methods
Methods
Children(string)
Target the web page items only below the specified path.
public static CacheDependencyPath Children(string path)
Parameters
path
stringTree path used to query content items.
Returns
Single(string)
Target the web page item on the specified path.
public static CacheDependencyPath Single(string path)
Parameters
path
stringTree path used to query content items.