Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.hypergraphdb.cache Classes and Interfaces - 10 results found.
| Name | Description | Type | Package | Framework |
| CacheActionQueueSingleton | Wrap a single instance of ActionQueueThread for use by all caches in a Author:Borislav Iordanov | Class | org.hypergraphdb.cache | HypergraphDb |
|
| CacheMap | A simplified map interface for cache-only purposes. | Interface | org.hypergraphdb.cache | HypergraphDb |
|
| ColdAtoms | The purpose of this class is just to keep references to atoms in the WeakRefAtomCache for a little while so that they don't get evicted as soon as the garbage collector | Class | org.hypergraphdb.cache | HypergraphDb |
|
| DefaultAtomCache | A default, simple implementation of a run-time cache of hypergraph atoms. | Class | org.hypergraphdb.cache | HypergraphDb |
|
| HashCacheMap | | Class | org.hypergraphdb.cache | HypergraphDb |
|
| HGCache | A simple generic, read-only caching interface. | Interface | org.hypergraphdb.cache | HypergraphDb |
|
| LRUCache | Implements a cache that keeps most recently used elements in memory while discarding the least recently used ones. | Class | org.hypergraphdb.cache | HypergraphDb |
|
| PhantomRefAtomCache | | Class | org.hypergraphdb.cache | HypergraphDb |
|
| SimpleCache | | Class | org.hypergraphdb.cache | HypergraphDb |
|
| WeakRefAtomCache | This cache implementation interacts with the Java garbage collector, by using the java. | Class | org.hypergraphdb.cache | HypergraphDb |