Symbian3/PDK/Source/GUID-2FD761B0-9A9A-5C6D-8FD9-C4DE401A646A.dita
author Graeme Price <GRAEME.PRICE@NOKIA.COM>
Fri, 15 Oct 2010 14:32:18 +0100
changeset 15 307f4279f433
parent 14 578be2adaf3e
permissions -rw-r--r--
Initial contribution of the Adaptation Documentation.

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
<!-- This component and the accompanying materials are made available under the terms of the License 
"Eclipse Public License v1.0" which accompanies this distribution, 
and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
<!-- Initial Contributors:
    Nokia Corporation - initial contribution.
Contributors: 
-->
<!DOCTYPE concept
  PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
<concept id="GUID-2FD761B0-9A9A-5C6D-8FD9-C4DE401A646A" xml:lang="en"><title>Patchable
Constants: KContactsModelSqliteDbCacheSize</title><prolog><metadata><keywords/></metadata></prolog><conbody>
<codeblock id="GUID-78DD3DFD-5FDF-5EEB-B6AC-9A2B01FDA319" xml:space="preserve">EXPORT_C extern const TInt KContactsModelSqliteDbCacheSize = 0;</codeblock>
<table id="GUID-320F2D35-0A1D-5B4D-B578-01EDA422EA84">
<tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/>
<tbody>
<row>
<entry><p>Exported from: </p> </entry>
<entry><p> <filepath>CNTPLSQL.DLL</filepath>  </p> </entry>
</row>
<row>
<entry><p>Defined in: </p> </entry>
<entry><p> <filepath>                 .../app/contacts/phonebookengines/contactsmodel/cntplsql/src/cntfilesearch.cpp</filepath> </p> </entry>
</row>
<row>
<entry><p>Purpose: </p> </entry>
<entry><p>This constant is the SQLite database cache size in Kb. Contacts
model database files are created and opened with it. By default this cache
size is set to be the default size that Nokia uses to create and open all
SQLite files. A larger cache size tends to improve performance, but will increase
RAM usage.</p> </entry>
</row>
</tbody>
</tgroup>
</table></conbody></concept>