CacheIdCollector example

$this->get(DefaultRouteService::class),
            $this->get(CacheTimeServiceInterface::class),
            $this->get(CacheRouteGenerationService::class)
        );
    }

    /** * @return CacheIdCollector */
    public function initCacheIdCollector()
    {
        return new CacheIdCollector();
    }

    public function afterInit()
    {
        $this->get(Enlight_Loader::class)->registerNamespace('ShopwarePlugins\\HttpCache', __DIR__);
        parent::afterInit();
    }

    public function getCapabilities()
    {
        return [
            
Home | Imprint | This part of the site doesn't use cookies.