diff --git a/core/lib/Drupal/Core/Cache/Cache.php b/core/lib/Drupal/Core/Cache/Cache.php index 05a3f56..c2f5fe6 100644 --- a/core/lib/Drupal/Core/Cache/Cache.php +++ b/core/lib/Drupal/Core/Cache/Cache.php @@ -11,6 +11,7 @@ * Helper methods for cache. */ class Cache { + /** * Indicates that the item should never be removed unless explicitly deleted. */