Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The IQueryCache type exposes the following members.

Methods

  NameDescription
Add
Adds an element with the provided key and value to the IDictionary object.
(Inherited from IDictionary.)
AddIndex
Add an index to this IQueryCache.
Clear
Removes all elements from the IDictionary object.
(Inherited from IDictionary.)
Contains
Determines whether the IDictionary object contains an element with the specified key.
(Inherited from IDictionary.)
CopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from ICollection.)
GetAll
Get the values for all the specified keys, if they are in the cache.
(Inherited from ICache.)
GetEntriesOverloaded.
GetEnumeratorOverloaded.
GetKeys
Return a collection of the keys contained in this cache for entries that satisfy the criteria expressed by the filter.
GetValuesOverloaded.
InsertOverloaded.
InsertAll
Copies all of the mappings from the specified dictionary to this cache (optional operation).
(Inherited from ICache.)
Remove
Removes the element with the specified key from the IDictionary object.
(Inherited from IDictionary.)
RemoveIndex
Remove an index from this IQueryCache.

See Also