com.caucho.db.store
Class SwapStore

java.lang.Object
  extended by com.caucho.db.store.SwapStore

public final class SwapStore
extends java.lang.Object

The swap store is a singleton Store to manage buffered data that might need to swap to a backing store.


Method Summary
static SwapStore create()
          Returns the swap store.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static SwapStore create()
Returns the swap store.