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)
           
 



Licenced under the Apache License, Version 2.0