3 require_once 'HTMLPurifier/DefinitionCache.php';
6 * Null cache object to use when no caching is on.
8 class HTMLPurifier_DefinitionCache_Null
extends HTMLPurifier_DefinitionCache
11 function add($def, $config) {
15 function set($def, $config) {
19 function replace($def, $config) {
23 function get($config) {
27 function flush($config) {
31 function cleanup($config) {