VersionedPutprocessEntry Method  | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            Process the given entry.
            
 
    Namespace: 
   Tangosol.Util.Processor
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxprotected Object processEntry(
	IInvocableCacheEntry entry,
	IVersionable valueNew,
	bool insert,
	bool ret
)
Parameters
- entry
 - Type: Tangosol.Net.CacheIInvocableCacheEntry
            The IInvocableCacheEntry to process.
             - valueNew
 - Type: Tangosol.UtilIVersionable
            The new value to update an entry with.
             - insert
 - Type: SystemBoolean
            Specifies whether or not an insert is allowed.
             - ret
 - Type: SystemBoolean
            Specifies whether or not a return value is required.
             
Return Value
Type: 
Object
            The result of the processing, if any.
            
See Also