prefix, ':'), trim($key, ':')); } /** * 获取缓存 KEY * * @return string */ protected function getKeyName() { return $this->getCacheKey($this->name); } /** * 加载数据到缓存 */ public function reload() { } }