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) | |
| clear ($section) | |
| clearAll () | |
Member Function Documentation
| exists | ( | $section, | |
| $key | |||
| ) |
| get | ( | $section, | |
| $key | |||
| ) |
| put | ( | $section, | |
| $key, | |||
| $value | |||
| ) |
| clear | ( | $section | ) |
| clearAll | ( | ) |