Summary
constructor to set up a CachingStorage with a configured page count
and page size
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .IO - Containing Type
- CachingStorage
Syntax
public CachingStorage(IStorage storage, int pageCount, int pageSize)
Parameters
Name | Type | Description |
---|---|---|
storage | IStorage |
the
Db4objects.Db4o.IO.IStorage
to be cached.
|
pageCount | int | the number of pages the cache should use. |
pageSize | int | the size of the pages the cache should use. |
Return Value
Type | Description |
---|---|
void |