Package | Description |
---|---|
org.hypergraphdb |
Welcome to HyperGraphDB
|
org.hypergraphdb.cache |
Modifier and Type | Method and Description |
---|---|
HGCache<HGPersistentHandle,IncidenceSet> |
HGAtomCache.getIncidenceCache()
Return the incidence set cache.
|
Modifier and Type | Method and Description |
---|---|
void |
HGAtomCache.setIncidenceCache(HGCache<HGPersistentHandle,IncidenceSet> cache)
Set the implementation of the incidence sets cache to use.
|
Modifier and Type | Class and Description |
---|---|
class |
LRUCache<Key,Value>
Implements a cache that keeps most recently used elements in memory while
discarding the least recently used ones.
|
class |
SimpleCache<Key,Value> |
Modifier and Type | Method and Description |
---|---|
HGCache<HGPersistentHandle,IncidenceSet> |
WeakRefAtomCache.getIncidenceCache() |
HGCache<HGPersistentHandle,IncidenceSet> |
DefaultAtomCache.getIncidenceCache() |
HGCache<HGPersistentHandle,IncidenceSet> |
PhantomRefAtomCache.getIncidenceCache() |
Modifier and Type | Method and Description |
---|---|
void |
WeakRefAtomCache.setIncidenceCache(HGCache<HGPersistentHandle,IncidenceSet> cache) |
void |
DefaultAtomCache.setIncidenceCache(HGCache<HGPersistentHandle,IncidenceSet> cache) |
void |
PhantomRefAtomCache.setIncidenceCache(HGCache<HGPersistentHandle,IncidenceSet> cache) |
Copyright © 2015. All rights reserved.