Class HTMLPurifier_DefinitionCache_Decorator_Memory

extends HTMLPurifier_DefinitionCache_Decorator

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.

Methods
Methods inherited from HTMLPurifier_DefinitionCache_Decorator
__construct(), decorate(), remove(), flush(), cleanup()
Methods inherited from HTMLPurifier_DefinitionCache
generateKey(), isOld(), checkDefType(),
Properties
Properties inherited from HTMLPurifier_DefinitionCache_Decorator
$cache,
Properties inherited from HTMLPurifier_DefinitionCache
$type