Skip to content

Commit 9230187

Browse files
committed
B2B-2677: [MediaGallery]Implement data caching for GraphQL results on resolver level
- Remove global gql_media_gallery cache tag assignment
1 parent 2164deb commit 9230187

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/CatalogGraphQl/Model/Resolver/Cache/Product/MediaGallery/ResolverCacheIdentity.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ public function getIdentities($resolvedData, ?array $parentResolvedData = null):
3131
/** @var Product $mediaGalleryEntryProduct */
3232
$mediaGalleryEntryProduct = array_pop($resolvedData)['model'];
3333
return [
34-
self::CACHE_TAG,
3534
sprintf('%s_%s', self::CACHE_TAG, $mediaGalleryEntryProduct->getSku())
3635
];
3736
}

0 commit comments

Comments
 (0)