Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

So in the example below the overflowToDisk value will explicitly set to null

Code Block
xml
xml
linenumberstruexml
<?xml version="1.0" encoding="UTF-8"?>

<config xmlns="urn:com.cohga.server.config#1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...

	<data:datadefinition id="...">
		<datasourcedataconnection datasource="..." table="..." key="...">
			...
			<cache id="existing.cache.config">
				<overflowToDisk xsi:nil="true"/>
			</cache>
		</datasourcedataconnection>
	</data:datadefinition>

</config>

...