10-18-2012 09:54 PM
Can you explain what is the cache attribute used for? and how best to use it providing an example
Thanks
10-19-2012 09:02 AM
Hello,
Have you had a chance to read our config.xml documentation at? https://developer.blackberry.com/html5/documentati
The rim:cache element specifies the limits for caching BlackBerry WebWorks application content. This element is optional.
<rim:cache disableAllCache=["true" | "false"]
aggressiveCacheAge="time"
maxCacheSizeTotal="size"
maxCacheSizeItem ="size" />
10-19-2012 07:40 PM
10-22-2012 08:41 AM
Yes, I think what you'll have to do is test the different values a bit on your end to see how it impacts the performance and load times.
Specifically I think you'll be looking at adjusting the 'maxCacheSizeItem' property.