TryGetValue
Leave feedback
On this page
Deserializes data associated with this key if present.
public bool TryGetValue<T>(string key, out T value)
| Parameter | Type | Description |
|---|---|---|
| key | String | A key identifying the requested entry. |
| value | T& | The located value or null. |
True
if the key was found.
- class FileCache
- 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.