Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
Pipeline #495794 canceled
<?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 {
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment