Remove(GrainId)
abstract
public abstract bool Remove(GrainId key) Removes an entry from the cache given its key
Parameters
keyGrainId- key to remove
Returns
True if the entry was in the cache and the removal was successful
public abstract bool Remove(GrainId key)keyGrainId