~fusonic/chive/1.1

« back to all changes in this revision

Viewing changes to yii/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Cache.DefinitionImpl.txt

  • Committer: Matthias Burtscher
  • Date: 2010-02-12 09:12:35 UTC
  • Revision ID: matthias.burtscher@fusonic.net-20100212091235-jqxrb62klx872ajc
* Updated Yii to 1.1.0
* Removed CodePress and CodeMirror
* Updated jQuery and some plugins
* Cleaned some code ...

Show diffs side-by-side

added added

removed removed

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