Uses of Interface
org.modeshape.graph.connector.path.cache.CacheStatistics

Packages that use CacheStatistics
org.modeshape.graph.connector.path.cache The PathRepositoryCache class and its supporting classes provide a standard caching mechanism for path-based repositories. 
 

Uses of CacheStatistics in org.modeshape.graph.connector.path.cache
 

Classes in org.modeshape.graph.connector.path.cache that implement CacheStatistics
 class DefaultCacheStatistics
          Default, thread-safe implementation of CacheStatistics that uses AtomicLongs as counters for the statistics.
 

Methods in org.modeshape.graph.connector.path.cache that return CacheStatistics
 CacheStatistics WorkspaceCache.getStatistics()
           
 CacheStatistics InMemoryWorkspaceCache.getStatistics()
           
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.