Uses of Interface
org.apache.jena.atlas.lib.CacheSet
Packages that use CacheSet
-
Uses of CacheSet in org.apache.jena.atlas.lib
Methods in org.apache.jena.atlas.lib that return CacheSetModifier and TypeMethodDescriptionstatic <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-cacheMethods in org.apache.jena.atlas.lib with parameters of type CacheSetModifier and TypeMethodDescriptionstatic <Obj> CacheSet<Obj>CacheFactory.createSync(CacheSet<Obj> cache) Add a synchronization wrapper to an existing set-cache -
Uses of CacheSet in org.apache.jena.atlas.lib.cache
Classes in org.apache.jena.atlas.lib.cache that implement CacheSetConstructors in org.apache.jena.atlas.lib.cache with parameters of type CacheSet