Package | Description |
---|---|
org.apache.jena.atlas.lib | |
org.apache.jena.atlas.lib.cache |
Modifier and Type | Method and Description |
---|---|
static <Key,Value> |
CacheFactory.createCache(Getter<Key,Value> getter,
int maxSize)
Create a cache which has space for upto a certain number of objects.
|
static <Key,Value> |
CacheFactory.createCacheWithGetter(Cache<Key,Value> cache,
Getter<Key,Value> getter) |
Constructor and Description |
---|
CacheWithGetter(Cache<K,V> cache,
Getter<K,V> getter) |
Licenced under the Apache License, Version 2.0