RedisCachingBackend.ContainsDependencyCore Method |
Determines whether the cache contains a given dependency. This protected method is part of the implementation API and is meant to be overridden in user code, not invoked. Arguments are already validated by the consumer API.
Namespace: PostSharp.Patterns.Caching.Backends.Redis
Assembly: PostSharp.Patterns.Caching.Backends.Redis (in PostSharp.Patterns.Caching.Backends.Redis.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
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.