Coherence.Query.C_CacheOnlyMode_DeleteEntities()
Signature
int C_CacheOnlyMode_DeleteEntities(String cacheName, long[] ids)
Description
Execute a query deletion on a cache. For cache only mode. Query operates only on cache memory, not backing store.
Parameters
Name | Type | Description |
cacheName | String | Name of the targeted cache. |
ids | long[] | List of entity (Concept or Event) Ids to be deleted. |
Returns
Type | Description |
int | -1 if there was an error. 0 or higher otherwise to denote the number of
instances that were deleted. |