Cache.SerializerPath.txt 330 B

12345678910111213
  1. Cache.SerializerPath
  2. TYPE: string/null
  3. VERSION: 2.0.0
  4. DEFAULT: NULL
  5. --DESCRIPTION--
  6. <p>
  7. Absolute path with no trailing slash to store serialized definitions in.
  8. Default is within the
  9. HTML Purifier library inside DefinitionCache/Serializer. This
  10. path must be writable by the webserver.
  11. </p>
  12. --# vim: et sw=4 sts=4