PostSharpAPI ReferencePost­Sharp.​Patterns.​Caching.​ImplementationCache­ItemDependencies
Open sandboxFocus

CacheItem.Dependencies Property

Dependencies

Gets the list of dependencies of the current item, or null if there is no dependency.

Declaration
public IImmutableList<string> Dependencies { get; }
Property Value
Type Description
IImmutableList<String>