db4o

Configuration.InternStrings Method 

Configures db4o to call intern() on strings upon retrieval.

void InternStrings(
   bool doIntern
);

Parameters

doIntern
intern strings on retrieval if true, don't otherwise

Remarks

Configures db4o to call intern() on strings upon retrieval.

See Also

Configuration Interface | com.db4o.config Namespace