try_get_value method
Leave feedback
On this page
Deserializes data associated with this key if present.
def try_get_value(self, key, value):
...
| Parameter | Type | Description |
|---|---|---|
| key | str |
A key identifying the requested entry. |
| value | Any |
The located value or None. |
Returns: bool: True if the key was found.
- class
FileCache
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.