Uses of Interface
org.hypergraphdb.HGAtomCache

Packages that use HGAtomCache
org.hypergraphdb.cache   
 

Uses of HGAtomCache in org.hypergraphdb.cache
 

Classes in org.hypergraphdb.cache that implement HGAtomCache
 class DefaultAtomCache
           A default, simple implementation of a run-time cache of hypergraph atoms.
 class WeakRefAtomCache
           This cache implementation interacts with the Java garbage collector, by using the java.lang.ref facilities, in order to implement its eviction policy.