try_get_value method
try_get_value
Gets the entry associated with the given key if present.
def try_get_value(self, key, value):
...
| Parameter | Type | Description |
|---|---|---|
| key | str |
A key identifying the requested entry. |
| value | System.Object& |
The located value or None. |
Returns: bool: True if the key was found.
See Also
- class
FileCache