Uses of Interface
org.openjena.atlas.lib.CacheStats

Packages that use CacheStats
org.openjena.atlas.lib   
org.openjena.atlas.lib.cache   
 

Uses of CacheStats in org.openjena.atlas.lib
 

Methods in org.openjena.atlas.lib that return CacheStats
static
<Key,Value>
CacheStats<Key,Value>
CacheFactory.createStats(Cache<Key,Value> cache)
          Add a statistics wrapper to an existing cache
 

Uses of CacheStats in org.openjena.atlas.lib.cache
 

Classes in org.openjena.atlas.lib.cache that implement CacheStats
 class CacheStatsAtomic<Key,Value>
          Capture statisics for a cache - this class is thread safe (you can read the stats while the cache is active)
 class CacheStatsSimple<Key,Value>
          Collect statistics for a cache - this class is not thread safe (@see{CacheStatsAtomic})
 



Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.