Abstract class representing Definition cache managers that implements useful common methods and is a factory.
Located in /lib/core/Parsers/htmlpurifier/HTMLPurifier.standalone.php (line 11029)
HTMLPurifier_DefinitionCache | --HTMLPurifier_DefinitionCache_Decorator
| Class | Description |
|---|---|
| HTMLPurifier_DefinitionCache_Decorator_Cleanup | Definition cache decorator class that cleans up the cache whenever there is a cache miss. |
| HTMLPurifier_DefinitionCache_Decorator_Memory | Definition cache decorator class that saves all cache retrievals to PHP's memory; good for unit tests or circumstances where there are lots of configuration objects floating around. |
Cache object we are decorating
Inherited from HTMLPurifier_DefinitionCache
HTMLPurifier_DefinitionCache::$type
Cross-compatible clone substitute
Lazy decorator function
Inherited From HTMLPurifier_DefinitionCache
HTMLPurifier_DefinitionCache::__construct()
HTMLPurifier_DefinitionCache::add()
HTMLPurifier_DefinitionCache::checkDefType()
HTMLPurifier_DefinitionCache::cleanup()
HTMLPurifier_DefinitionCache::flush()
HTMLPurifier_DefinitionCache::generateKey()
HTMLPurifier_DefinitionCache::get()
HTMLPurifier_DefinitionCache::isOld()
HTMLPurifier_DefinitionCache::remove()
HTMLPurifier_DefinitionCache::replace()
HTMLPurifier_DefinitionCache::set()
Documentation generated on Sun, 06 Mar 2011 00:24:05 -0500 by phpDocumentor 1.4.3