| Package | Description |
|---|---|
| org.apache.jena.atlas.lib | |
| org.apache.jena.atlas.lib.cache |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
static <Obj> CacheSet<Obj> |
CacheFactory.createSync(CacheSet<Obj> cache)
Add a synchronization wrapper to an existing set-cache
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheSetLRU<T>
Cache set - tracks LRU of objects
|
class |
CacheSetSync<T> |
class |
CacheSetWrapper<T> |
| Constructor and Description |
|---|
CacheSetSync(CacheSet<T> cache) |
CacheSetWrapper(CacheSet<T> cache) |
Licenced under the Apache License, Version 2.0