Class HTMLPurifier_DefinitionCache_Null

Description

Null cache object to use when no caching is on.

Located in /lib/core/Parsers/htmlpurifier/HTMLPurifier.standalone.php (line 11095)

HTMLPurifier_DefinitionCache
   |
   --HTMLPurifier_DefinitionCache_Null
Method Summary
void add ( $def,  $config)
void cleanup ( $config)
void flush ( $config)
void get ( $config)
void remove ( $config)
void replace ( $def,  $config)
void set ( $def,  $config)
Variables
Methods
add (line 11098)
  • access: public
void add ( $def,  $config)
  • $def
  • $config

Redefinition of:
HTMLPurifier_DefinitionCache::add()
Adds a definition object to the cache
cleanup (line 11122)
  • access: public
void cleanup ( $config)
  • $config

Redefinition of:
HTMLPurifier_DefinitionCache::cleanup()
Clears all expired (older version or revision) objects from cache
flush (line 11118)
  • access: public
void flush ( $config)
  • $config

Redefinition of:
HTMLPurifier_DefinitionCache::flush()
Clears all objects from cache
get (line 11114)
  • access: public
void get ( $config)
  • $config

Redefinition of:
HTMLPurifier_DefinitionCache::get()
Retrieves a definition object from the cache
remove (line 11110)
  • access: public
void remove ( $config)
  • $config

Redefinition of:
HTMLPurifier_DefinitionCache::remove()
Removes a definition object to the cache
replace (line 11106)
  • access: public
void replace ( $def,  $config)
  • $def
  • $config

Redefinition of:
HTMLPurifier_DefinitionCache::replace()
Replace an object in the cache
set (line 11102)
  • access: public
void set ( $def,  $config)
  • $def
  • $config

Redefinition of:
HTMLPurifier_DefinitionCache::set()
Unconditionally saves a definition object to the cache

Inherited Methods

Inherited From HTMLPurifier_DefinitionCache

HTMLPurifier_DefinitionCache::__construct()
HTMLPurifier_DefinitionCache::add()
HTMLPurifier_DefinitionCache::checkDefType()
HTMLPurifier_DefinitionCache::cleanup()
HTMLPurifier_DefinitionCache::flush()
HTMLPurifier_DefinitionCache::generateKey()
HTMLPurifier_DefinitionCache::get()
HTMLPurifier_DefinitionCache::isOld()
HTMLPurifier_DefinitionCache::remove()
HTMLPurifier_DefinitionCache::replace()
HTMLPurifier_DefinitionCache::set()

Documentation generated on Sun, 06 Mar 2011 00:24:05 -0500 by phpDocumentor 1.4.3