IInvocableCacheEntryUpdate Method |
Namespace: Tangosol.Net.Cache
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.