Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
The IQueryCache type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
Adds an element with the provided key and value to the (Inherited from | ||
| AddIndex |
Add an index to this IQueryCache.
| |
Removes all elements from the (Inherited from | ||
Determines whether the (Inherited from | ||
Copies the elements of the (Inherited from | ||
| GetAll |
Get the values for all the specified keys, if they are in the
cache.
(Inherited from ICache.) | |
| GetEntries | Overloaded. | |
| GetEnumerator | Overloaded. | |
| GetKeys |
Return a collection of the keys contained in this cache for
entries that satisfy the criteria expressed by the filter.
| |
| GetValues | Overloaded. | |
| Insert | Overloaded. | |
| InsertAll |
Copies all of the mappings from the specified dictionary to this
cache (optional operation).
(Inherited from ICache.) | |
Removes the element with the specified key from the (Inherited from | ||
| RemoveIndex |
Remove an index from this IQueryCache.
|