* @link https://www.oxidmodule.com */ declare(strict_types=1); namespace D3\OxidServiceBridges\Internal\Framework\Templating\Cache; interface ShopTemplateCacheServiceBridgeInterface { /** * @param int $shopId * * @return void */ public function invalidateCache(int $shopId): void; }