Runtime tools : Core components : Externalizers : Reference : Object cache definition example
  
Object cache definition example
The following is an example of the initialization section of the toolkit configuration (btt.xml) file that contains definitions used to limit the size of the object caches:
<kColl id="initialization">
<field id="enableFormatsCache" value="false"/>
<field id=" formatsMaxNum" value="300"/>
<field id=" formatTypesMaxNum" value="30"/>
<field id=" formatsPerTypeMaxNum" value="16"/>
<field id="sessionPersistence" value="false"/>
<field id="sessionAffinity" value="false"/>
<field id="enableProcessorsCache" value="true"/>
<field id=" processorsMaxNum" value="20"/>
<field id=" processorTypesMaxNum" value="15"/>
<field id=" processorsPerTypeMaxNum" value="4"/>
<field id="minSizeForCompression" value="2000" />
<field id="shareDataDescriptors" value="true"/>
<field id="errorMsgsDynaInfoStartDelim" value="(("/>
<field id="errorMsgsDynaInfoEndDelim" value="))"/>
<field id=" removeExpiredFromCacheEvery" value="60"/>
<field id=" cachedObjectsExpirationTime" value="120"/>
</kColl>
Go up to
Reference