Coherence.Query.C_CacheOnlyMode_DeleteEntities()

Signature

int C_CacheOnlyMode_DeleteEntities(String cacheName, long[] ids)

Domain

action

Description

Execute a query deletion on a cache. For cache only mode. Query operates only on cache memory, not backing store.

Parameters

NameTypeDescription
cacheNameStringName of the targeted cache.
idslong[]List of entity (Concept or Event) Ids to be deleted.

Returns

TypeDescription
int-1 if there was an error. 0 or higher otherwise to denote the number of instances that were deleted.

Cautions

none