org.mapdb
Class Caches

java.lang.Object
  extended by org.mapdb.Caches

public final class Caches
extends Object

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
 



Copyright © 2014. All Rights Reserved.