Unverified Commit 905a8ddd authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3500683 by berdir, nod_, kristiaanvandeneynde, catch: Backport...

Issue #3500683 by berdir, nod_, kristiaanvandeneynde, catch: Backport interface to allow access policies to opt out of caching
parent 8c347d75
Loading
Loading
Loading
Loading
Loading
+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 {

}