NullCachingBackend.ContainsItemCore 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 ContainsItemCore( string key )
Parameters
- key
- Type: System.String
The key of the cache item.
Return Value
Type: Booleantrue if the cache contains an item whose key is key, otherwise false.