|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
CacheFactory.createCacheSet(int size)
Create set-cache, rather than a map-cache. |
|
static
|
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
|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||