PostSharp//API Reference/Post­Sharp.​Patterns.​Caching.​Implementation/Caching­Backend/Invalidate­Dependency
Open sandboxFocus

Method InvalidateDependency

InvalidateDependency(String)

Removes from the cache all items that have a specific dependency.

Declaration
public void InvalidateDependency([Required] string key)
Parameters
Type Name Description
String key

The dependency key.