Replaces the object corresponding to key with new_value.
If no such object exists in this, the function returns false.
| this |
an FileCache |
| key |
the hash key of the object to replace |
| new_value |
the new object for |
|
true if successful, false if |