@@ -24,13 +26,12 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
* lifetime (which is used to calculate max-age).
*
* @ingroup views_cache_plugins
*
* @ViewsCache(
* id = "advanced_views_cache",
* title = @Translation("Advanced Caching"),
* help = @Translation("Caching based on tags, context, and max-age. Caches will persist until any related cache tags are invalidated or the max-age is reached.")
* )
*/
#[ViewsCache(
id:'advanced_views_cache',
title:newTranslatableMarkup('Advanced Caching'),
help:newTranslatableMarkup('Caching based on tags, context, and max-age. Caches will persist until any related cache tags are invalidated or the max-age is reached.'),