Used to specify whether the content of large object should be stored in memory buffer on the client.
property Cached: boolean;
Use the Cached property to specify whether the content of large object should be stored in memory buffer on the client.
By default the whole content of large object is stored in the memory buffer on the client. Set Cached to False if you want to reduce memory usage in your application when working with very large object. When Cached is False, the Read and Write methods read/write data directly from/to the database.