mKey = (string)$key; $cache->mType = (string)$type; return $cache; } /** * Get the base file cache directory * @return string */ protected function cacheDirectory() { return $this->baseCacheDirectory() . '/object'; } }