HTMLPurifier_DefinitionCache_Null Klassenreferenz

Klassendiagramm für HTMLPurifier_DefinitionCache_Null:

Inheritance graph
[Legende]
Zusammengehörigkeiten von HTMLPurifier_DefinitionCache_Null:

Collaboration graph
[Legende]

Öffentliche Methoden

 add ($def, $config)
 set ($def, $config)
 replace ($def, $config)
 remove ($config)
 get ($config)
 flush ($config)
 cleanup ($config)

Ausführliche Beschreibung

Null cache object to use when no caching is on.

Definiert in Zeile 6 der Datei Null.php.


Dokumentation der Elementfunktionen

add ( def,
config 
)

Adds a definition object to the cache

Erneute Implementation von HTMLPurifier_DefinitionCache.

Definiert in Zeile 9 der Datei Null.php.

cleanup ( config  ) 

Clears all expired (older version or revision) objects from cache

Zu beachten:
Be carefuly implementing this method as flush. Flush must not interfere with other Definition types, and cleanup() should not be repeatedly called by userland code.

Erneute Implementation von HTMLPurifier_DefinitionCache.

Definiert in Zeile 33 der Datei Null.php.

flush ( config  ) 

Clears all objects from cache

Erneute Implementation von HTMLPurifier_DefinitionCache.

Definiert in Zeile 29 der Datei Null.php.

get ( config  ) 

Retrieves a definition object from the cache

Erneute Implementation von HTMLPurifier_DefinitionCache.

Definiert in Zeile 25 der Datei Null.php.

remove ( config  ) 

Removes a definition object to the cache

Erneute Implementation von HTMLPurifier_DefinitionCache.

Definiert in Zeile 21 der Datei Null.php.

replace ( def,
config 
)

Replace an object in the cache

Erneute Implementation von HTMLPurifier_DefinitionCache.

Definiert in Zeile 17 der Datei Null.php.

set ( def,
config 
)

Unconditionally saves a definition object to the cache

Erneute Implementation von HTMLPurifier_DefinitionCache.

Definiert in Zeile 13 der Datei Null.php.


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei:
Copyright © 2003 - 2009 MyOOS [Shopsystem]. All rights reserved.
MyOOS [Shopsystem] is Free Software released under the GNU/GPL License.

Webmaster: info@r23.de (Impressum)
doxygen