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

The NearCache 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.
(Inherited from CompositeCache.)
Public propertyAverageHitMillis
Determine the average number of milliseconds per "get" invocation that is a hit.
(Inherited from CompositeCache.)
Public propertyAverageMissMillis
Determine the average number of milliseconds per "get" invocation that is a miss.
(Inherited from CompositeCache.)
Public propertyAveragePruneMillis
Determine the average number of milliseconds per cache pruning.
(Inherited from CompositeCache.)
Public propertyAveragePutMillis
Determine the average number of milliseconds per "put" invocation since the cache statistics were last reset.
(Inherited from CompositeCache.)
Public propertyBackCache
Obtain the INamedCache object that sits behind this NearCache.
Public propertyCacheControl
Obtain the IConcurrentCache that should be used to synchronize the front cache modification access.
(Inherited from CompositeCache.)
Public propertyCacheHits
Determine the rough number of cache hits since the cache statistics were last reset.
(Inherited from CompositeCache.)
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.
(Inherited from CompositeCache.)
Public propertyCacheMisses
Determine the rough number of cache misses since the cache statistics were last reset.
(Inherited from CompositeCache.)
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.
(Inherited from CompositeCache.)
Public propertyCacheName
Gets the cache name.
Public propertyCachePrunes
Determine the rough number of cache pruning cycles since the cache statistics were last reset.
(Inherited from CompositeCache.)
Public propertyCachePrunesMillis
Determine the total number of milliseconds (since that last statistics reset) spent on cache pruning.
(Inherited from CompositeCache.)
Public propertyCacheService
Gets the ICacheService that this INamedCache is a part of.
Public propertyCacheStatistics
Obtain the CacheStatistics for this cache.
(Inherited from CompositeCache.)
Public propertyCount
Gets the number of elements contained in the BackCache.
(Inherited from CompositeCache.)
Public propertyEntries
Gets a collection of ICacheEntry instances within the cache.
(Inherited from CompositeCache.)
Public propertyFrontCache
Obtain the front cache reference.
(Inherited from CompositeCache.)
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.
(Inherited from CompositeCache.)
Public propertyInvalidationHits
Determine the rough number of front cache invalidation hits since the cache statistics were last reset.
(Inherited from CompositeCache.)
Public propertyInvalidationMisses
Determine the rough number of front cache invalidation misses since the cache statistics were last reset.
(Inherited from CompositeCache.)
Public propertyInvalidationStrategy
Obtain the invalidation strategy used by this CompositeCache.
(Inherited from CompositeCache.)
Public propertyIsActive
Specifies whether or not the INamedCache is active.
Protected propertyIsCoherent
Determine if changes to the back cache affect the front cache so that data in the front cache stays in sync.
(Inherited from CompositeCache.)
Public propertyIsFixedSize
Gets a value indicating whether the BackCache object has a fixed size.
(Inherited from CompositeCache.)
Public propertyIsReadOnly
Gets a value indicating whether the BackCache object is read-only.
(Inherited from CompositeCache.)
Public propertyIsSynchronized
Gets a value indicating whether access to the back cache is synchronized (thread safe).
(Inherited from CompositeCache.)
Public propertyItem
Gets or sets the element with the specified key.
(Inherited from CompositeCache.)
Public propertyKeys
Obtain an ICollection of the keys contained in this cache.
(Inherited from CompositeCache.)
Public propertySyncRoot
Gets an object that can be used to synchronize access to the back cache.
(Inherited from CompositeCache.)
Public propertyTotalGets
Determine the total number of "get" operations since the cache statistics were last reset.
(Inherited from CompositeCache.)
Public propertyTotalGetsMillis
Determine the total number of milliseconds spent on "get" operations since the cache statistics were last reset.
(Inherited from CompositeCache.)
Public propertyTotalPuts
Determine the total number of "put" operations since the cache statistics were last reset.
(Inherited from CompositeCache.)
Public propertyTotalPutsMillis
Determine the total number of milliseconds spent on "put" operations since the cache statistics were last reset.
(Inherited from CompositeCache.)
Public propertyTotalRegisterListener
Determine the total number of RegisterListener(Object) operations since the cache statistics were last reset.
(Inherited from CompositeCache.)
Public propertyValues
Obtain an ICollection of the values contained in this cache.
(Inherited from CompositeCache.)

See Also