Unverified Commit d1e3c80b 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

(cherry picked from commit 905a8ddd)
parent 21bc1da3
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 {

}