ILIAS
Release_4_0_x_branch Revision 61816
|
Null cache object to use when no caching is on. More...
Public Member Functions | |
add ($def, $config) | |
Adds a definition object to the cache. | |
set ($def, $config) | |
Unconditionally saves a definition object to the cache. | |
replace ($def, $config) | |
Replace an object in the cache. | |
remove ($config) | |
Removes a definition object to the cache. | |
get ($config) | |
Retrieves a definition object from the cache. | |
flush ($config) | |
Clears all objects from cache. | |
cleanup ($config) | |
Clears all expired (older version or revision) objects from cache. | |
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 |
HTMLPurifier_DefinitionCache_Null::add | ( | $def, | |
$config | |||
) |
Adds a definition object to the cache.
Reimplemented from HTMLPurifier_DefinitionCache.
Definition at line 9 of file Null.php.
HTMLPurifier_DefinitionCache_Null::cleanup | ( | $config | ) |
Clears all expired (older version or revision) objects from cache.
Reimplemented from HTMLPurifier_DefinitionCache.
Definition at line 33 of file Null.php.
HTMLPurifier_DefinitionCache_Null::flush | ( | $config | ) |
Clears all objects from cache.
Reimplemented from HTMLPurifier_DefinitionCache.
Definition at line 29 of file Null.php.
HTMLPurifier_DefinitionCache_Null::get | ( | $config | ) |
Retrieves a definition object from the cache.
Reimplemented from HTMLPurifier_DefinitionCache.
Definition at line 25 of file Null.php.
HTMLPurifier_DefinitionCache_Null::remove | ( | $config | ) |
Removes a definition object to the cache.
Reimplemented from HTMLPurifier_DefinitionCache.
Definition at line 21 of file Null.php.
HTMLPurifier_DefinitionCache_Null::replace | ( | $def, | |
$config | |||
) |
Replace an object in the cache.
Reimplemented from HTMLPurifier_DefinitionCache.
Definition at line 17 of file Null.php.
HTMLPurifier_DefinitionCache_Null::set | ( | $def, | |
$config | |||
) |
Unconditionally saves a definition object to the cache.
Reimplemented from HTMLPurifier_DefinitionCache.
Definition at line 13 of file Null.php.