Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
Pipeline #496699 passed
Pipeline: drupal

#496703

    <?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