|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| add ($def, $config) | |
| set ($def, $config) | |
| replace ($def, $config) | |
| remove ($config) | |
| get ($config) | |
| flush ($config) | |
| cleanup ($config) | |
| add | ( | $ | def, |
| $ | config | ||
| ) |
Adds a definition object to the cache
Reimplemented from HTMLPurifier_DefinitionCache.
| cleanup | ( | $ | config | ) |
Clears all expired (older version or revision) objects from cache
Reimplemented from HTMLPurifier_DefinitionCache.
| flush | ( | $ | config | ) |
Clears all objects from cache
Reimplemented from HTMLPurifier_DefinitionCache.
| get | ( | $ | config | ) |
Retrieves a definition object from the cache
Reimplemented from HTMLPurifier_DefinitionCache.
| remove | ( | $ | config | ) |
Removes a definition object to the cache
Reimplemented from HTMLPurifier_DefinitionCache.
| replace | ( | $ | def, |
| $ | config | ||
| ) |
Replace an object in the cache
Reimplemented from HTMLPurifier_DefinitionCache.
| set | ( | $ | def, |
| $ | config | ||
| ) |
Unconditionally saves a definition object to the cache
Reimplemented from HTMLPurifier_DefinitionCache.