Uses of Class
org.openjena.atlas.lib.cache.CacheWrapper

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

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

Subclasses of CacheWrapper in org.openjena.atlas.lib.cache
 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})
 class CacheWithGetter<K,V>
          Cache that takes a Getter to automatically fill cache misses.
 



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