CachedIoAdapter is an IOAdapter for random access files, which caches data for IO access.
For a list of all members of this type, see CachedIoAdapter Members.
System.Object
Db4objects.Db4o.IO.IoAdapter
Db4objects.Db4o.IO.CachedIoAdapter
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
CachedIoAdapter is an IOAdapter for random access files, which caches data for IO access. Its functionality is similar to OS cache.
Example:
delegateAdapter = new RandomAccessFileAdapter();
Db4o.configure().io(new CachedIoAdapter(delegateAdapter));
Namespace: Db4objects.Db4o.IO
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
CachedIoAdapter Members | Db4objects.Db4o.IO Namespace