remove_object


Description:

public bool remove_object (string key)

Removes the object corresponding to key from this.

If no such object exists in this, the function returns false.

Parameters:

this

an FileCache

key

the hash key of the object to remove

Returns:

true if successful, false if key was not found