350
edits
(new WCAP provider) |
(different caching options) |
||
| Line 61: | Line 61: | ||
=='''EXPERIMENTAL''' Local Caching== | =='''EXPERIMENTAL''' Local Caching== | ||
You | You have two options for caching: | ||
'' | *in-memory → <code>memory</code> | ||
user_pref("calendar.wcap. | *persistent on hard disc → <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]''"); | |||
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: | ||
edits