Null cache object to use when no caching is on.
More...
|
| | add ($def, $config) |
| |
| | set ($def, $config) |
| |
| | replace ($def, $config) |
| |
| | remove ($config) |
| |
| | get ($config) |
| |
| | flush ($config) |
| |
| | cleanup ($config) |
| |
| | __construct ($type) |
| |
| | generateKey ($config) |
| | Generates a unique identifier for a particular configuration. More...
|
| |
| | isOld ($key, $config) |
| | Tests whether or not a key is old with respect to the configuration's version and revision number. More...
|
| |
| | checkDefType ($def) |
| | Checks if a definition's type jives with the cache's type. More...
|
| |
| | add ($def, $config) |
| | Adds a definition object to the cache. More...
|
| |
| | set ($def, $config) |
| | Unconditionally saves a definition object to the cache. More...
|
| |
| | replace ($def, $config) |
| | Replace an object in the cache. More...
|
| |
| | get ($config) |
| | Retrieves a definition object from the cache. More...
|
| |
| | remove ($config) |
| | Removes a definition object to the cache. More...
|
| |
| | flush ($config) |
| | Clears all objects from cache. More...
|
| |
| | cleanup ($config) |
| | Clears all expired (older version or revision) objects from cache. More...
|
| |
Null cache object to use when no caching is on.
Definition at line 6 of file Null.php.
◆ add()
| HTMLPurifier_DefinitionCache_Null::add |
( |
|
$def, |
|
|
|
$config |
|
) |
| |
◆ cleanup()
| HTMLPurifier_DefinitionCache_Null::cleanup |
( |
|
$config | ) |
|
◆ flush()
| HTMLPurifier_DefinitionCache_Null::flush |
( |
|
$config | ) |
|
◆ get()
| HTMLPurifier_DefinitionCache_Null::get |
( |
|
$config | ) |
|
◆ remove()
| HTMLPurifier_DefinitionCache_Null::remove |
( |
|
$config | ) |
|
◆ replace()
| HTMLPurifier_DefinitionCache_Null::replace |
( |
|
$def, |
|
|
|
$config |
|
) |
| |
◆ set()
| HTMLPurifier_DefinitionCache_Null::set |
( |
|
$def, |
|
|
|
$config |
|
) |
| |
The documentation for this class was generated from the following file:
- Services/Html/HtmlPurifier/library/HTMLPurifier/DefinitionCache/Null.php