IInvocableCacheEntrySetValue Method |
Namespace: Tangosol.Net.Cache
void SetValue( Object value, bool isSynthetic )
If the entry does not exist, then the entry will be created by invoking this method, even with a null value (assuming the cache supports null values).
Unlike the property Value, this method does not return the previous value, and as a result may be significantly less expensive (in terms of cost of execution) for certain cache implementations.