Class InvocableCacheHelper.EntryToKeyConverter
Trivial Entry-to-Key IConverter.
Implements
Inherited Members
Namespace: Tangosol.Net.Cache.Support
Assembly: Coherence.dll
Syntax
public class InvocableCacheHelper.EntryToKeyConverter : IConverter
Methods
Convert(object)
Convert the passed object to another object.
Declaration
public object Convert(object o)
Parameters
Type | Name | Description |
---|---|---|
object | o | Object to be converted. |
Returns
Type | Description |
---|---|
object | The new, converted object. |