Symbian3/PDK/Source/GUID-2FD761B0-9A9A-5C6D-8FD9-C4DE401A646A.dita
author Dominic Pinkman <Dominic.Pinkman@Nokia.com>
Tue, 30 Mar 2010 11:56:28 +0100
changeset 5 f345bda72bc4
child 14 578be2adaf3e
permissions -rw-r--r--
Week 12 contribution of PDK documentation_content. See release notes for details. Fixes Bug 2054, Bug 1583, Bug 381, Bug 390, Bug 463, Bug 1897, Bug 344, Bug 1319, Bug 394, Bug 1520, Bug 1522, Bug 1892"

<?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>