You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
374B

  1. Cache.DefinitionImpl
  2. TYPE: string/null
  3. VERSION: 2.0.0
  4. DEFAULT: 'Serializer'
  5. --DESCRIPTION--
  6. This directive defines which method to use when caching definitions,
  7. the complex data-type that makes HTML Purifier tick. Set to null
  8. to disable caching (not recommended, as you will see a definite
  9. performance degradation).
  10. --ALIASES--
  11. Core.DefinitionCache
  12. --# vim: et sw=4 sts=4