NonFlushingStorage Class

Summary

Storage adapter that does not pass flush calls on to its delegate.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.IO
Interfaces
Base Types
graph BT Type-->Base0["StorageDecorator"] click Base0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.IO/StorageDecorator" Base0-->Base1["Object"] Type-.->Interface0["IStorage"] click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.IO/IStorage" Type["NonFlushingStorage"] class Type type-node

Syntax

public class NonFlushingStorage : StorageDecorator, IStorage

Remarks

Storage adapter that does not pass flush calls on to its delegate. You can use this Db4objects.Db4o.IO.IStorage for improved db4o speed at the risk of corrupted database files in case of system failure.

Constructors

Fields

Name Constant Value Summary
_storage
Inherited from StorageDecorator

Methods