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 classCachingStorageCaching storage adapter to cache db4o database data in memory until the underlyingBinis 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.classNonFlushingStorageStorage adapter that does not pass flush calls on to its delegate.
-