Property Dependencies
Dependencies
Contains the list of dependencies for the cache item.
Declaration
public List<CacheDependency> Dependencies { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CacheDependency> | List of dependencies for the cache item. |