CompositeCache Properties | 
The CompositeCache type exposes the following members.
| Name | Description | |
|---|---|---|
| AverageGetMillis | 
            Determine the average number of milliseconds per "get"
            invocation since the cache statistics were last reset.
              | |
| AverageHitMillis | 
            Determine the average number of milliseconds per "get"
            invocation that is a hit.
              | |
| AverageMissMillis | 
            Determine the average number of milliseconds per "get" invocation
            that is a miss.
              | |
| AveragePruneMillis | 
            Determine the average number of milliseconds per cache pruning.
              | |
| AveragePutMillis | 
            Determine the average number of milliseconds per "put"
            invocation since the cache statistics were last reset.
              | |
| BackCache | 
            Obtain the back cache reference.
              | |
| CacheControl | 
            Obtain the IConcurrentCache that should be used to
            synchronize the front cache modification access.
              | |
| CacheHits | 
            Determine the rough number of cache hits since the cache
            statistics were last reset.
              | |
| CacheHitsMillis | 
            Determine the total number of milliseconds (since that last
            statistics reset) for the "get" operations for which an entry
            existed in this cache.
              | |
| CacheMisses | 
            Determine the rough number of cache misses since the cache
            statistics were last reset.
              | |
| CacheMissesMillis | 
            Determine the total number of milliseconds (since that last
            statistics reset) for the "get" operations for which no entry
            existed in this map.
              | |
| CachePrunes | 
            Determine the rough number of cache pruning cycles since the
            cache statistics were last reset.
              | |
| CachePrunesMillis | 
            Determine the total number of milliseconds (since that last
            statistics reset) spent on cache pruning.
              | |
| CacheStatistics | 
            Obtain the CacheStatistics for this cache.
              | |
| Count | 
            Gets the number of elements contained in the
            BackCache.
              | |
| Entries | 
            Gets a collection of ICacheEntry instances
            within the cache.
              | |
| FrontCache | 
            Obtain the front cache reference.
              | |
| HitProbability | 
            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.
              | |
| InvalidationHits | 
            Determine the rough number of front cache invalidation hits
            since the cache statistics were last reset.
              | |
| InvalidationMisses | 
            Determine the rough number of front cache invalidation
            misses since the cache statistics were last reset.
              | |
| InvalidationStrategy | 
            Obtain the invalidation strategy used by this
            CompositeCache.
              | |
| IsCoherent | 
            Determine if changes to the back cache affect the front cache so
            that data in the front cache stays in sync.
              | |
| IsFixedSize | 
            Gets a value indicating whether the BackCache
            object has a fixed size.
              | |
| IsReadOnly | 
            Gets a value indicating whether the BackCache
            object is read-only.
              | |
| IsSynchronized | 
            Gets a value indicating whether access to the back cache is
            synchronized (thread safe).
              | |
| Item | 
            Gets or sets the element with the specified key.
              | |
| Keys | 
            Obtain an ICollection of the keys contained in this cache.
              | |
| SyncRoot | 
            Gets an object that can be used to synchronize access to the back
            cache.
              | |
| TotalGets | 
            Determine the total number of "get" operations since the cache
            statistics were last reset.
              | |
| TotalGetsMillis | 
            Determine the total number of milliseconds spent on "get"
            operations since the cache statistics were last reset.
              | |
| TotalPuts | 
            Determine the total number of "put" operations since the cache
            statistics were last reset.
              | |
| TotalPutsMillis | 
            Determine the total number of milliseconds spent on "put"
            operations since the cache statistics were last reset.
              | |
| TotalRegisterListener | 
            Determine the total number of
            RegisterListener(Object) operations since the cache
            statistics were last reset.
              | |
| Values | 
            Obtain an ICollection of the values contained in this
            cache.
              |