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
-
- Object
- StorageDecorator
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
Name | Summary |
---|---|
NonFlushingStorage |
Fields
Name | Constant Value | Summary |
---|---|---|
_storage |
Inherited from StorageDecorator
|
Methods
Name | Value | Summary |
---|---|---|
Decorate |
IBin | |
Delete |
void |
Inherited from StorageDecorator
|
Exists |
bool |
Inherited from StorageDecorator
|
Open |
IBin |
Inherited from StorageDecorator
|
Rename |
void |
Inherited from StorageDecorator
|