cache.rst 1.0 KB

123456789101112131415
  1. ###########
  2. Cache
  3. ###########
  4. Option to use file or memcache cache for the xml.
  5. +-----------------------------+----------------------+-----------------------+-------------------------+---------------------------------+
  6. | Default Setting Subcategory | Default Setting Name | Default Setting Value | Default Setting Enabled | Default Setting Description |
  7. +=============================+======================+=======================+=========================+=================================+
  8. | method | text | file | TRUE | Cache methods file or memcache. |
  9. +-----------------------------+----------------------+-----------------------+-------------------------+---------------------------------+
  10. | location | text | /tmp | TRUE | Location for the file cache. |
  11. +-----------------------------+----------------------+-----------------------+-------------------------+---------------------------------+