public function getCssFilePath(Shop\Shop
$shop,
$timestamp) { return $this->
getCacheDirectory() . DIRECTORY_SEPARATOR .
$this->
buildTimestampName($timestamp,
$shop, 'css'
);
} /**
* Helper function which builds the directory path to the tmp
* passed css file.
* This function is used for generating a .css.tmp file
* while writing the theme cache.
* The tmp file prevents serving a zero content css file.
*/
public function getTmpCssFilePath(Shop\Shop
$shop, string
$timestamp): string
{