t('Tag'); } /** * {@inheritdoc} */ protected function cacheExpire($type) { return FALSE; } /** * {@inheritdoc} */ protected function getDefaultCacheMaxAge() { return CacheBackendInterface::CACHE_PERMANENT; } }