MemoryCacheBackend.ContainsDependencyCore Method |
Namespace: PostSharp.Patterns.Caching.Backends
Assembly: PostSharp.Patterns.Caching.Backends.IMemoryCache (in PostSharp.Patterns.Caching.Backends.IMemoryCache.dll) Version: 6.10.10.0 (6.10.10.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.