try_get_value method
try_get_value
Gets the entry associated with this key if present.
Returns
if the key was found.
def try_get_value(self, key, value):
...
Parameter | Type | Description |
---|---|---|
key | str | A key identifying the requested entry. |
value | any | The located value or null. |
See Also
- module
groupdocs.conversion.caching
- class
FileCache