TryGetValue
Leave feedback
On this page
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. |
True
if the key was found.
- interface ICache
- namespace GroupDocs.Viewer.Caching
- assembly GroupDocs.Viewer
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.