Class HTMLPurifier_DefinitionCacheFactory
Responsible for creating definition caches.
public
|
|
public static
|
#
instance(
Retrieves an instance of global definition cache factory. |
public
|
|
public
mixed
|
#
create( string $type,
Factory method that creates a cache object based on configuration |
public
|
#
addDecorator(
Registers a decorator to add to all new cache objects |
protected
array
|
$caches | array('Serializer' => array()) |
|
protected
array
|
$implementations | array() |
|
protected
array
|
$decorators | array() |