db4o

CachedIoAdapter Class

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 class CachedIoAdapter : IoAdapter

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

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));

Requirements

Namespace: Db4objects.Db4o.IO

Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)

See Also

CachedIoAdapter Members | Db4objects.Db4o.IO Namespace