NullCache Class Reference

Detailed Description

NullCache acts as no cache.

Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 20 of file NullCache.php.

+ Inheritance diagram for NullCache:

Public Member Functions

 exists ($section, $key)
 
 get ($section, $key)
 
 put ($section, $key, $value)
 
 clear ($section)
 
 clearAll ()
 

Member Function Documentation

exists (   $section,
  $key 
)
See also
Cache::exists()

Implements Cache.

Definition at line 25 of file NullCache.php.

get (   $section,
  $key 
)
See also
Cache::get()

Implements Cache.

Definition at line 32 of file NullCache.php.

put (   $section,
  $key,
  $value 
)
See also
Cache::put()

Implements Cache.

Definition at line 39 of file NullCache.php.

clear (   $section)
See also
Cache::clear()

Implements Cache.

Definition at line 44 of file NullCache.php.

clearAll ( )
See also
Cache::clearAll()

Implements Cache.

Definition at line 49 of file NullCache.php.