Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 920 Bytes

2021-03-29-added-cache-for-country-route.md

File metadata and controls

14 lines (14 loc) · 920 Bytes
title issue author author_email author_github
Added cache for country route
NEXT-14094
OliverSkroblin
o.skroblin@shopware.com
OliverSkroblin

Core

  • Added \Shopware\Core\System\Country\SalesChannel\CachedCountryRoute, which adds a cache for the store api country route
  • Added \Shopware\Core\System\Salutation\SalesChannel\CachedSalutationRoute, which adds a cache for the store api salutation route
  • Added Request $request parameter to \Shopware\Core\System\Country\SalesChannel\AbstractCountryRoute::load
  • Added \Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute, which adds a cache for the store api product review route
  • Added \Shopware\Core\Content\Sitemap\SalesChannel\CachedSitemapRoute, which adds a cache for the store api sitemap route
  • Added \Shopware\Core\Content\Sitemap\Event\SitemapGeneratedEvent, which is dispatched when a sitemap was generated