_obj = &$obj; switch ($type) { case K4_CACHE_TIME: { $this->_expired = (time() >= $type); break; } case K4_CACHE_CALLBACK: { if (function_exists($expires)) { } } } $this->checkExpiry($expires, $type); $this->_expired = $expires; } function isExpired() { return (time() >= $this->_expires); } } ?>