TryGetValue
ICache.TryGetValue<TEntry> method
Gets the entry associated with this key if present.
public bool TryGetValue<TEntry>(string key, out TEntry value)
Parameter | Description |
---|---|
TEntry | Type of entry. |
key | A key identifying the requested entry. |
value | The located value or null. |
Return Value
True
if the key was found.
See Also
- interface ICache
- namespace GroupDocs.Viewer.Caching
- assembly GroupDocs.Viewer