NullCachingBackend.ContainsDependencyCore Method |
Namespace: PostSharp.Patterns.Caching.Backends
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 2023.0.3.0 (2023.0.3.0)
protected override bool ContainsDependencyCore( string key )
Parameters
- key
- Type: System.String
The dependency key.
Return Value
Type: Booleantrue if the cache contains the dependency key, otherwise false.