protected function cacheInit() { if (!$this->_cache_ok && $this->_cache_ttl > -1) { $this->_cache_ok = ycache('check'); if (empty($this->_cache_prename)) { $this->_cache_prename = $this->_name; } } }
protected function _cacheDel($key) { return ycache('del', $key); }