Adds a new key / value entry to this.
If an object corresponding to key already exists in this, the function returns
false.
| this |
an FileCache |
| key |
the hash key of the object to add |
| value |
the object to add |
|
true if successful, false if |