CachingStorage.

CachingStorage(IStorage) Constructor

Summary

default constructor to create a Caching storage with the default page count of 64 and the default page size of 1024.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.IO
Containing Type
CachingStorage

Syntax

public CachingStorage(IStorage storage)

Remarks

default constructor to create a Caching storage with the default page count of 64 and the default page size of 1024.

Parameters

Name Type Description
storage IStorage the Db4objects.Db4o.IO.IStorage to be cached.

Return Value

Type Description
void