Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
The IConfigurableCache 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 | ||
| Evict | Overloaded. | |
| EvictAll |
Evict the specified keys from the cache, as if they had each expired
from the cache.
| |
| GetAll |
Get the values for all the specified keys, if they are in the
cache.
(Inherited from ICache.) | |
| GetCacheEntry |
Locate a cache entry in the cache based on its key.
| |
| GetEnumerator | 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 |
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.) | |
| EvictionPolicy |
Get or set the eviction policy used by the cache.
| |
| ExpiryDelay |
Get or set the default "time to live" for each individual cache entry.
| |
| FlushDelay |
Get or set the delay between cache flushes. A cache flush evicts
entries that have expired.
| |
| HighUnits |
Get or set the limit of the cache size in units. The cache will prune
itself automatically once it reaches its maximum unit level. This is
often referred to as the "high water mark" of the cache.
| |
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 | ||
| LowUnits |
Get or set the point to which the cache will shrink when it prunes.
This is often referred to as a "low water mark" of the cache. If the
cache incrementally prunes, then this setting will have no effect.
| |
Gets an object that can be used to synchronize access to the (Inherited from | ||
| UnitCalculator |
Get or set the unit calculator used by the cache.
| |
| Units |
Determine the number of units that the cache currently stores.
| |
Gets an (Inherited from |