Coherence.C_Index()

Signature

void C_Index(String cacheName, Object property, boolean isOrdered)

Domain

action

Description

Creates an index on the property

Parameters

NameTypeDescription
cacheNameStringReturned by C_CacheName
propertyObjectReturned by C_XXXAtomGetter
isOrderedbooleantrue if the contents of the indexed information should be ordered; false otherwise

Returns

TypeDescription
void

Cautions

none