...
So in the example below the overflowToDisk
value will explicitly set to null
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<?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> |
...