Skip to content
Snippets Groups Projects
Commit 17debf40 authored by Jess's avatar Jess
Browse files

Issue #2483887 by Wim Leers, joshi.rohit100, Fabianx, dawehner: Mark RenderCache as internal

parent 73717e4a
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -17,6 +17,8 @@
/**
* Wraps the caching logic for the render caching system.
*
* @internal
*
* @todo Refactor this out into a generic service capable of cache redirects,
* and let RenderCache use that. https://www.drupal.org/node/2551419
*/
......
......@@ -10,8 +10,9 @@
/**
* Defines an interface for caching rendered render arrays.
*
* @see sec_caching
* @internal
*
* @see sec_caching
* @see \Drupal\Core\Render\RendererInterface
*/
interface RenderCacheInterface {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment