Uses of Class
com.db4o.io.StorageDecorator
-
Packages that use StorageDecorator Package Description com.db4o.io -
-
Uses of StorageDecorator in com.db4o.io
Subclasses of StorageDecorator in com.db4o.io Modifier and Type Class Description class
CachingStorage
Caching storage adapter to cache db4o database data in memory until the underlyingBin
is instructed to flush its data whenBin.sync()
is called.
You can override theCachingStorage.newCache()
method if you want to work with a different caching strategy.class
NonFlushingStorage
Storage adapter that does not pass flush calls on to its delegate.
-