LocalCacheEntryUpdate Method |
Namespace: Tangosol.Net.Cache
public virtual void Update( IValueUpdater updater, Object value )
object target = entry.Value; updater.Update(target, value); entry.Value = target;The benefit of using this method is that it may allow the entry implementation to significantly optimize the operation, such as for purposes of delta updates and backup maintenance.