Calendar:WCAP Provider: Difference between revisions

Jump to navigation Jump to search
different caching options
(new WCAP provider)
 
(different caching options)
Line 61: Line 61:


=='''EXPERIMENTAL''' Local Caching==
=='''EXPERIMENTAL''' Local Caching==
You can switch local caching on/off using a boolean preference.
You have two options for caching:
''Local caching is currently turned ''off'', because of performance problems using the storage provider'':
*in-memory &rarr; <code>memory</code>
  user_pref("calendar.wcap.use_local_data", ''[true|false]'');
*persistent on hard disc &rarr; <code>storage</code>
using the following preference.
''By default, local caching is currently turned ''off'', because of performance problems using the storage provider'':
  user_pref("calendar.wcap.cache", "''[off|memory|storage]''");


All local calendar caching data is stored by default in the following directory:
For <code>storage</code> caching, all the caching data is stored by default in the following directory:
  ''profile-dir''/wcap
  ''profile-dir''/wcap
You can use a different directory by setting:
You can use a different directory by setting:

Navigation menu