I've found another candidate for simplification (well, actually for excision):
org.apache.jena.atlas.lib.cache contains several classes that implement an interface org.apache.jena.atlas.lib.Cache. This interface very closely resembles Guava's com.google.common.cache.Cache, and I believe that the Guava type could be substituted without too much fuss. The entire package org.apache.jena.atlas.lib.cache could go away, along with the Does this seem like a worthwhile replacement? --- A. Soroka The University of Virginia Library
