|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mapdb.Caches
public final class Caches
Contains various instance cache implementations
| Nested Class Summary | |
|---|---|
static class |
Caches.HardRef
Cache created objects using hard reference. |
static class |
Caches.HashTable
Fixed size cache which uses hash table. |
static class |
Caches.LRU
Least Recently Used cache. |
static class |
Caches.WeakSoftRef
Instance cache which uses SoftReference or WeakReference
Items can be removed from cache by Garbage Collector if |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||