Loading core/lib/Drupal/Core/Cache/CacheOptionalInterface.php 0 → 100644 +13 −0 Original line number Diff line number Diff line <?php namespace Drupal\Core\Cache; /** * Indicates that caching is optional. * * This interface is backported to Drupal 10.5 to make it easier to support it, * There are no usages in Drupal core before 11.2 */ interface CacheOptionalInterface { } Loading
core/lib/Drupal/Core/Cache/CacheOptionalInterface.php 0 → 100644 +13 −0 Original line number Diff line number Diff line <?php namespace Drupal\Core\Cache; /** * Indicates that caching is optional. * * This interface is backported to Drupal 10.5 to make it easier to support it, * There are no usages in Drupal core before 11.2 */ interface CacheOptionalInterface { }