You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added `ShippingMethodRouteCacheTagsEvent`, which is triggered when the cache item is written, and the attached tags are determined
25
24
* Added cache layer for product suggest store api route
26
25
* Added `CachedProductSuggestRoute`, which adds a cache around the product suggest route
27
-
* Added `CachedProductSuggestRouteInvalidator`, which invalidates the cache for the route
28
26
* Added `ProductSuggestRouteCacheKeyEvent`, which is triggered when the cache key for the route is generated
29
27
* Added `ProductSuggestRouteCacheTagsEvent`, which is triggered when the cache item is written, and the attached tags are determined
30
28
* Added cache layer for product search store api route
31
29
* Added `CachedProductSearchRoute`, which adds a cache around the product search route
32
-
* Added `CachedProductSearchRouteInvalidator`, which invalidates the cache for the route
33
30
* Added `ProductSearchRouteCacheKeyEvent`, which is triggered when the cache key for the route is generated
34
31
* Added `ProductSearchRouteCacheTagsEvent`, which is triggered when the cache item is written, and the attached tags are determined
35
32
* Added `ResolvedCriteriaProductSearchRoute`, which resolves the criteria before the cached route is called. This way the route gets a resolved criterion and does not have to listen to all request parameters.
36
33
* Added cache layer for product listing store api route
37
34
* Added `CachedProductListingRoute`, which adds a cache around the product listing route
38
-
* Added `CachedProductListingRouteInvalidator`, which invalidates the cache for the route
39
35
* Added `ProductListingRouteCacheKeyEvent`, which is triggered when the cache key for the route is generated
40
36
* Added `ProductListingRouteCacheTagsEvent`, which is triggered when the cache item is written, and the attached tags are determined
41
37
* Added `ResolveCriteriaProductListingRoute`, which resolves the criteria before the cached route is called. This way the route gets a resolved criterion and does not have to listen to all request parameters.
42
38
* Added cache layer for product detail store api route
43
39
* Added `CachedProductDetailRoute`, which adds a cache around the product detail route
44
-
* Added `CachedProductDetailRouteInvalidator`, which invalidates the cache for the route
45
40
* Added `ProductDetailRouteCacheKeyEvent`, which is triggered when the cache key for the route is generated
46
41
* Added `ProductDetailRouteCacheTagsEvent`, which is triggered when the cache item is written, and the attached tags are determined
47
42
* Added cache layer for payment method store api route
message:"#^Method Shopware\\\\Core\\\\Framework\\\\DataAbstractionLayer\\\\Cache\\\\CachedEntityAggregator\\:\\:getAggregation\\(\\) has no return typehint specified\\.$#"
message:"#^Method Shopware\\\\Core\\\\Framework\\\\DataAbstractionLayer\\\\Cache\\\\CachedEntityReader\\:\\:loadFilterResult\\(\\) has no return typehint specified\\.$#"
message:"#^Method Shopware\\\\Storefront\\\\Framework\\\\Cache\\\\ObjectCacheKeyFinder\\:\\:loop\\(\\) has parameter \\$data with no typehint specified\\.$#"
0 commit comments