This section contains information on property settings for maximizing the Universal Window (application) Player (UWP). This refers to navigation in Mobile Web Studio.
ObjectCacheMaxEntries – defines the maximum number of entries in the UWPObjectCache object. This is used for clickthru_cache, windows_def_omt_cache, and the parsed_template_cache. The default for this property is 250.
ObjectCacheLRUReductionSize – defines the number of entries removed at a time from the UWPObjectCache object when implementing the LRU policy, which is a page-replacement policy that removes from main memory the pages that show the least amount of recent activity. This is also used for clickthru_cache, windows_def_omt_cache, and the parsed_template_cache. The default is 5.
ContentCacheMaxEntries – sets the maximum number of entries in the Portlet ContentCache object. This object is used to cache the resolved application contents.
ContentCacheLRUReductionSize – like the ObjectCacheLRUReductionSize property, this property defines the number of entries removed at a time from the Portlet ContentCache object when implementing the Least Recently Used (LRU) policy, which is a page-replacement policy that removes from main memory the pages that show the least amount of recent activity. This property is used in conjunction with the resolved application content cache.
Copyright © 2005. Sybase Inc. All rights reserved. |