25 public function exists($section, $key) {
32 public function get($section, $key) {
39 public function put($section, $key, $value, $lifetime=
null) {}
44 public function clear($section) {}
NullCache acts as no cache.
put($section, $key, $value, $lifetime=null)
Cache defines the interface for cache implementations.