Used to allocate local memory buffer to hold a copy of the large object content.
property CacheBlobs: boolean default True;
Use the CacheBlobs property to allocate local memory buffer to hold a copy of the large object content.
If True, local memory buffer is allocated to hold a copy of the large object content.
If False, value of large object is being read and written directly from/to database without memory buffer on the client. This can save memory on the client for very large values.