[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
CachedIoAdapter is an IOAdapter for random access files, which caches data
for IO access.
Namespace: Db4objects.Db4o.IO
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Remarks
CachedIoAdapter is an IOAdapter for random access files, which caches data
for IO access. Its functionality is similar to OS cache.
Example:
Example:
![]() | |
---|---|
delegateAdapter = new RandomAccessFileAdapter(); |
![]() | |
---|---|
Db4o.configure().io(new CachedIoAdapter(delegateAdapter)); |