Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The CompositeCache type exposes the following members.

Properties

  NameDescription
Public propertyAverageGetMillis
Determine the average number of milliseconds per "get" invocation since the cache statistics were last reset.
Public propertyAverageHitMillis
Determine the average number of milliseconds per "get" invocation that is a hit.
Public propertyAverageMissMillis
Determine the average number of milliseconds per "get" invocation that is a miss.
Public propertyAveragePruneMillis
Determine the average number of milliseconds per cache pruning.
Public propertyAveragePutMillis
Determine the average number of milliseconds per "put" invocation since the cache statistics were last reset.
Public propertyBackCache
Obtain the back cache reference.
Public propertyCacheControl
Obtain the IConcurrentCache that should be used to synchronize the front cache modification access.
Public propertyCacheHits
Determine the rough number of cache hits since the cache statistics were last reset.
Public propertyCacheHitsMillis
Determine the total number of milliseconds (since that last statistics reset) for the "get" operations for which an entry existed in this cache.
Public propertyCacheMisses
Determine the rough number of cache misses since the cache statistics were last reset.
Public propertyCacheMissesMillis
Determine the total number of milliseconds (since that last statistics reset) for the "get" operations for which no entry existed in this map.
Public propertyCachePrunes
Determine the rough number of cache pruning cycles since the cache statistics were last reset.
Public propertyCachePrunesMillis
Determine the total number of milliseconds (since that last statistics reset) spent on cache pruning.
Public propertyCacheStatistics
Obtain the CacheStatistics for this cache.
Public propertyCount
Gets the number of elements contained in the BackCache.
Public propertyEntries
Gets a collection of ICacheEntry instances within the cache.
Public propertyFrontCache
Obtain the front cache reference.
Public propertyHitProbability
Determine the rough probability (0 <= p <= 1) that the next invocation will be a hit, based on the statistics collected since the last reset of the cache statistics.
Public propertyInvalidationHits
Determine the rough number of front cache invalidation hits since the cache statistics were last reset.
Public propertyInvalidationMisses
Determine the rough number of front cache invalidation misses since the cache statistics were last reset.
Public propertyInvalidationStrategy
Obtain the invalidation strategy used by this CompositeCache.
Protected propertyIsCoherent
Determine if changes to the back cache affect the front cache so that data in the front cache stays in sync.
Public propertyIsFixedSize
Gets a value indicating whether the BackCache object has a fixed size.
Public propertyIsReadOnly
Gets a value indicating whether the BackCache object is read-only.
Public propertyIsSynchronized
Gets a value indicating whether access to the back cache is synchronized (thread safe).
Public propertyItem
Gets or sets the element with the specified key.
Public propertyKeys
Obtain an ICollection of the keys contained in this cache.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the back cache.
Public propertyTotalGets
Determine the total number of "get" operations since the cache statistics were last reset.
Public propertyTotalGetsMillis
Determine the total number of milliseconds spent on "get" operations since the cache statistics were last reset.
Public propertyTotalPuts
Determine the total number of "put" operations since the cache statistics were last reset.
Public propertyTotalPutsMillis
Determine the total number of milliseconds spent on "put" operations since the cache statistics were last reset.
Public propertyTotalRegisterListener
Determine the total number of RegisterListener(Object) operations since the cache statistics were last reset.
Public propertyValues
Obtain an ICollection of the values contained in this cache.

See Also