ILIAS
Release_5_0_x_branch Revision 61816
|
Null cache object to use when no caching is on. More...
Public Member Functions | |
add ($def, $config) | |
set ($def, $config) | |
replace ($def, $config) | |
remove ($config) | |
get ($config) | |
flush ($config) | |
cleanup ($config) | |
Public Member Functions inherited from HTMLPurifier_DefinitionCache | |
__construct ($type) | |
generateKey ($config) | |
Generates a unique identifier for a particular configuration. | |
isOld ($key, $config) | |
Tests whether or not a key is old with respect to the configuration's version and revision number. | |
checkDefType ($def) | |
Checks if a definition's type jives with the cache's type. |
Additional Inherited Members | |
Data Fields inherited from HTMLPurifier_DefinitionCache | |
$type | |
string |
HTMLPurifier_DefinitionCache_Null::add | ( | $def, | |
$config | |||
) |
HTMLPurifier_Definition | $def | |
HTMLPurifier_Config | $config |
Reimplemented from HTMLPurifier_DefinitionCache.
Definition at line 14 of file Null.php.
HTMLPurifier_DefinitionCache_Null::cleanup | ( | $config | ) |
HTMLPurifier_Config | $config |
Reimplemented from HTMLPurifier_DefinitionCache.
Definition at line 70 of file Null.php.
HTMLPurifier_DefinitionCache_Null::flush | ( | $config | ) |
HTMLPurifier_Config | $config |
Reimplemented from HTMLPurifier_DefinitionCache.
Definition at line 61 of file Null.php.
HTMLPurifier_DefinitionCache_Null::get | ( | $config | ) |
HTMLPurifier_Config | $config |
Reimplemented from HTMLPurifier_DefinitionCache.
Definition at line 52 of file Null.php.
HTMLPurifier_DefinitionCache_Null::remove | ( | $config | ) |
HTMLPurifier_Config | $config |
Reimplemented from HTMLPurifier_DefinitionCache.
Definition at line 43 of file Null.php.
HTMLPurifier_DefinitionCache_Null::replace | ( | $def, | |
$config | |||
) |
HTMLPurifier_Definition | $def | |
HTMLPurifier_Config | $config |
Reimplemented from HTMLPurifier_DefinitionCache.
Definition at line 34 of file Null.php.
HTMLPurifier_DefinitionCache_Null::set | ( | $def, | |
$config | |||
) |
HTMLPurifier_Definition | $def | |
HTMLPurifier_Config | $config |
Reimplemented from HTMLPurifier_DefinitionCache.
Definition at line 24 of file Null.php.