FileCache.TryGetValue
FileCache.TryGetValue method
Deserializes data associated with this key if present.
public bool TryGetValue(string key, out object value)
Parameter | Type | Description |
---|---|---|
key | String | A key identifying the requested entry. |
value | Object& | The located value or null. |
Return Value
True if the key was found.
See Also
- class FileCache
- namespace GroupDocs.Annotation.Cache
- assembly GroupDocs.Annotation