Skip to content

IGrainDirectoryCache.Remove(GrainAddress)

Remove(GrainAddress)

abstract
public abstract bool Remove(GrainAddress key)
Removes an entry from the cache given its key

Parameters

keyGrainAddress
key to remove

Returns

True if the entry was in the cache and the removal was successful