public function getCachePath() { return $this->cachePath; }
private function cacheAsset(AssetInterface $asset) { return $this->configuration->getCacheEnabled() ? new AssetCache($asset, new FilesystemCache($this->configuration->getCachePath())) : $asset; }