Skip to content
Snippets Groups Projects

backport interface

Open Sascha Grossenbacher requested to merge issue/drupal-3500683:3500683-backport into 10.5.x
1 file
+ 13
0
Compare changes
  • Side-by-side
  • Inline
<?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