-
- Downloads
Issue #1712456 by damiankloip, aspilicious, amateescu: How to leverage cache tags in Views.
parent
6ca86d9f
No related branches found
No related tags found
Showing
- core/lib/Drupal/Core/Entity/Entity.php 5 additions, 5 deletionscore/lib/Drupal/Core/Entity/Entity.php
- core/lib/Drupal/Core/Entity/EntityViewBuilder.php 6 additions, 4 deletionscore/lib/Drupal/Core/Entity/EntityViewBuilder.php
- core/lib/Drupal/Core/Entity/EntityViewBuilderInterface.php 3 additions, 4 deletionscore/lib/Drupal/Core/Entity/EntityViewBuilderInterface.php
- core/modules/comment/lib/Drupal/comment/CommentFormController.php 1 addition, 1 deletion...ules/comment/lib/Drupal/comment/CommentFormController.php
- core/modules/comment/lib/Drupal/comment/Tests/CommentNonNodeTest.php 2 additions, 2 deletions...s/comment/lib/Drupal/comment/Tests/CommentNonNodeTest.php
- core/modules/system/lib/Drupal/system/Tests/Entity/EntityViewControllerTest.php 1 addition, 1 deletion...b/Drupal/system/Tests/Entity/EntityViewControllerTest.php
- core/modules/user/lib/Drupal/user/Plugin/views/field/Link.php 3 additions, 1 deletion.../modules/user/lib/Drupal/user/Plugin/views/field/Link.php
- core/modules/views/lib/Drupal/views/Entity/View.php 14 additions, 1 deletioncore/modules/views/lib/Drupal/views/Entity/View.php
- core/modules/views/lib/Drupal/views/Plugin/views/cache/CachePluginBase.php 53 additions, 9 deletions...s/lib/Drupal/views/Plugin/views/cache/CachePluginBase.php
- core/modules/views/lib/Drupal/views/Plugin/views/cache/None.php 2 additions, 1 deletion...odules/views/lib/Drupal/views/Plugin/views/cache/None.php
- core/modules/views/lib/Drupal/views/Plugin/views/cache/Tag.php 37 additions, 0 deletions...modules/views/lib/Drupal/views/Plugin/views/cache/Tag.php
- core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php 30 additions, 26 deletions...modules/views/lib/Drupal/views/Plugin/views/query/Sql.php
- core/modules/views/lib/Drupal/views/Tests/Plugin/CacheTagTest.php 203 additions, 0 deletions...ules/views/lib/Drupal/views/Tests/Plugin/CacheTagTest.php
- core/modules/views/lib/Drupal/views/Tests/Plugin/CacheTest.php 1 addition, 1 deletion...modules/views/lib/Drupal/views/Tests/Plugin/CacheTest.php
- core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php 2 additions, 1 deletion...dules/views/lib/Drupal/views/Tests/ViewExecutableTest.php
- core/modules/views/tests/modules/views_test_config/test_views/views.view.test_tag_cache.yml 103 additions, 0 deletions...iews_test_config/test_views/views.view.test_tag_cache.yml
Loading
Please register or sign in to comment