Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
The IConcurrentCache type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
Adds an element with the provided key and value to the (Inherited from | ||
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.) | |
| GetEnumerator | Overloaded. | |
| Insert | Overloaded. | |
| InsertAll |
Copies all of the mappings from the specified dictionary to this
cache (optional operation).
(Inherited from ICache.) | |
| Lock | Overloaded. | |
Removes the element with the specified key from the (Inherited from | ||
| Unlock |
Unlock the specified item.
|
Properties
| Name | Description | |
|---|---|---|
Gets the number of elements contained in the (Inherited from | ||
| Entries |
Gets a collection of ICacheEntry instances
within the cache.
(Inherited from ICache.) | |
Gets a value indicating whether the (Inherited from | ||
Gets a value indicating whether the (Inherited from | ||
Gets a value indicating whether access to the (Inherited from | ||
Gets or sets the element with the specified key.
(Inherited from | ||
Gets an (Inherited from | ||
Gets an object that can be used to synchronize access to the (Inherited from | ||
Gets an (Inherited from |