PostSharpAPI ReferencePost­Sharp.​Patterns.​Caching.​ImplementationCaching­BackendInvalidate­Dependency
Open sandboxFocus

CachingBackend.InvalidateDependency Method

InvalidateDependency(String)

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

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

The dependency key.