Skip to content

Commit

Permalink
fix: add general tablename cache tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jackd248 committed Jan 2, 2025
1 parent c00de1d commit e2c44ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Service/CacheService.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function generateCacheIdentifier(array $userGroups = []): string

private function collectCacheTags(array $data): array
{
$tags = [];
$tags = ['tx_ximatypo3internalnews_domain_model_news'];
foreach ($data as $item) {
$tags[] = 'tx_ximatypo3internalnews_domain_model_news_' . $item->getUid();
}
Expand Down

0 comments on commit e2c44ad

Please sign in to comment.