Uses of Interface
org.openjena.atlas.lib.cache.Getter

Packages that use Getter
org.openjena.atlas.lib   
org.openjena.atlas.lib.cache   
 

Uses of Getter in org.openjena.atlas.lib
 

Methods in org.openjena.atlas.lib with parameters of type Getter
static
<Key,Value>
Cache<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>
Cache<Key,Value>
CacheFactory.createCacheWithGetter(Cache<Key,Value> cache, Getter<Key,Value> getter)
           
 

Uses of Getter in org.openjena.atlas.lib.cache
 

Constructors in org.openjena.atlas.lib.cache with parameters of type Getter
CacheWithGetter(Cache<K,V> cache, Getter<K,V> getter)
           
 



Licenced under the Apache License, Version 2.0