Package | Description |
---|---|
org.hypergraphdb |
Welcome to HyperGraphDB
|
org.hypergraphdb.cache |
Modifier and Type | Method and Description |
---|---|
HGAtomCache |
HyperGraph.getCache()
Return the atom cache associated with this HyperGraph instance.
|
HGAtomCache |
HGConfiguration.getCacheImplementation()
Return the cache implementation configured for this
HyperGraph instance. |
Modifier and Type | Method and Description |
---|---|
void |
HGConfiguration.setCacheImplementation(HGAtomCache cacheImplementation)
Configure a cache implementation to be used for this
HyperGraph instance. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAtomCache
A default, simple implementation of a run-time cache of hypergraph atoms.
|
class |
PhantomRefAtomCache |
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. |
Copyright © 2015. All rights reserved.