get_object
Description:
public unowned string?
get_object (
string key)
Returns the object corresponding to key.
If no such object exists in this, the function returns null.
Parameters:
| this |
an FileCache
|
| key |
the hash key of the object to find
|
Returns:
|
the object corresponding to key
|