Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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