AddOrUpdate(GrainAddress, int)
abstract
public abstract void AddOrUpdate(GrainAddress value, int version) Adds a new entry with the given version into the cache: key (grain) --> value The new entry will override any existing entry under the given key, regardless of the stored version
Parameters
valueGrainAddress- value to add
versionint- version for the value
