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, $lifetime=null)
 
 clear ($section)
 
 clearAll ()
 
- Public Member Functions inherited from Cache
 getDate ($section, $key)
 

Member Function Documentation

◆ exists()

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

Implements Cache.

Definition at line 25 of file NullCache.php.

◆ get()

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

Implements Cache.

Definition at line 32 of file NullCache.php.

◆ put()

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

Implements Cache.

Definition at line 39 of file NullCache.php.

◆ clear()

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

Implements Cache.

Definition at line 44 of file NullCache.php.

◆ clearAll()

clearAll ( )
See also
Cache::clearAll()

Implements Cache.

Definition at line 49 of file NullCache.php.