public function setCacheKey($key) { // Prefix the cache key to avoid clashes with other caches. $this->cacheKey = 'preload-paths:' . $key; }