Cache.DefinitionImpl.txt 374 B

1234567891011121314
  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