CachingBackend.ContainsItem Method |
Determines whether the cache contains an item of a given key.
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 6.7.12.0 (6.7.12.0)
C#
public bool ContainsItem( 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.