NullCache Class Reference
Detailed Description
NullCache acts as no cache.
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 | |||
) |
◆ get()
get | ( | $section, | |
$key | |||
) |
◆ put()
put | ( | $section, | |
$key, | |||
$value, | |||
$lifetime = null |
|||
) |
◆ clear()
clear | ( | $section | ) |
◆ clearAll()
clearAll | ( | ) |