storeName | String Name of the data store from which to remove an entry. |
key | String Key of the entry that you want to remove. |
waitLength | String Optional. Length of time, in milliseconds, that you want to wait for this entry to become available for deletion if it is already locked by another thread. |
result | String Flag indicating whether the entry was successfully removed. A value of: true indicates that the entry was removed successfully. false indicates that the entry was not removed (usually because an entry for key does not exist). |