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

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

Uses of CacheSet in org.openjena.atlas.lib
 

Methods in org.openjena.atlas.lib that return CacheSet
static
<Obj> CacheSet<Obj>
CacheFactory.createCacheSet(int size)
          Create set-cache, rather than a map-cache.
static
<Obj> CacheSet<Obj>
CacheFactory.createSync(CacheSet<Obj> cache)
          Add a synchronization wrapper to an existing set-cache
 

Methods in org.openjena.atlas.lib with parameters of type CacheSet
static
<Obj> CacheSet<Obj>
CacheFactory.createSync(CacheSet<Obj> cache)
          Add a synchronization wrapper to an existing set-cache
 

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

Classes in org.openjena.atlas.lib.cache that implement CacheSet
 class CacheSetLRU<T>
          Cache set - tracks LRU of objects
 class CacheSetSync<T>
           
 class CacheSetWrapper<T>
           
 

Constructors in org.openjena.atlas.lib.cache with parameters of type CacheSet
CacheSetSync(CacheSet<T> cache)
           
CacheSetWrapper(CacheSet<T> cache)
           
 



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