Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
17debf40
Commit
17debf40
authored
Oct 06, 2015
by
xjm
Browse files
Issue
#2483887
by Wim Leers, joshi.rohit100, Fabianx, dawehner: Mark RenderCache as internal
parent
73717e4a
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/lib/Drupal/Core/Render/RenderCache.php
View file @
17debf40
...
...
@@ -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
*/
...
...
core/lib/Drupal/Core/Render/RenderCacheInterface.php
View file @
17debf40
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment