db4o

ExtObjectContainer.purge Method

unloads all clean indices from memory and frees unused objects.

Overload List

unloads all clean indices from memory and frees unused objects.

void purge();

unloads a specific object from the db4o reference mechanism.

void purge(object);

See Also

ExtObjectContainer Interface | com.db4o.ext Namespace