-
- Downloads
"README.md" did not exist on "3273a22e1d5f74aff243c7d3c806d3f3f0d0a753"
Issue #918538 by Berdir, slashrsm, damiankloip, sun, tobiasb: Decouple cache tags from cache bins
parent
370d6fda
No related branches found
No related tags found
Showing
- core/core.services.yml 15 additions, 2 deletionscore/core.services.yml
- core/lib/Drupal/Core/Cache/ApcuBackend.php 9 additions, 95 deletionscore/lib/Drupal/Core/Cache/ApcuBackend.php
- core/lib/Drupal/Core/Cache/ApcuBackendFactory.php 12 additions, 2 deletionscore/lib/Drupal/Core/Cache/ApcuBackendFactory.php
- core/lib/Drupal/Core/Cache/BackendChain.php 4 additions, 11 deletionscore/lib/Drupal/Core/Cache/BackendChain.php
- core/lib/Drupal/Core/Cache/Cache.php 1 addition, 31 deletionscore/lib/Drupal/Core/Cache/Cache.php
- core/lib/Drupal/Core/Cache/CacheBackendInterface.php 1 addition, 46 deletionscore/lib/Drupal/Core/Cache/CacheBackendInterface.php
- core/lib/Drupal/Core/Cache/CacheCollector.php 1 addition, 1 deletioncore/lib/Drupal/Core/Cache/CacheCollector.php
- core/lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php 62 additions, 0 deletionscore/lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php
- core/lib/Drupal/Core/Cache/CacheTagsInvalidator.php 72 additions, 0 deletionscore/lib/Drupal/Core/Cache/CacheTagsInvalidator.php
- core/lib/Drupal/Core/Cache/CacheTagsInvalidatorInterface.php 29 additions, 0 deletionscore/lib/Drupal/Core/Cache/CacheTagsInvalidatorInterface.php
- core/lib/Drupal/Core/Cache/ChainedFastBackend.php 4 additions, 10 deletionscore/lib/Drupal/Core/Cache/ChainedFastBackend.php
- core/lib/Drupal/Core/Cache/DatabaseBackend.php 30 additions, 180 deletionscore/lib/Drupal/Core/Cache/DatabaseBackend.php
- core/lib/Drupal/Core/Cache/DatabaseBackendFactory.php 13 additions, 2 deletionscore/lib/Drupal/Core/Cache/DatabaseBackendFactory.php
- core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php 207 additions, 0 deletionscore/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php
- core/lib/Drupal/Core/Cache/MemoryBackend.php 2 additions, 13 deletionscore/lib/Drupal/Core/Cache/MemoryBackend.php
- core/lib/Drupal/Core/Cache/MemoryBackendFactory.php 11 additions, 1 deletioncore/lib/Drupal/Core/Cache/MemoryBackendFactory.php
- core/lib/Drupal/Core/Cache/NullBackend.php 0 additions, 10 deletionscore/lib/Drupal/Core/Cache/NullBackend.php
- core/lib/Drupal/Core/Cache/PhpBackend.php 17 additions, 25 deletionscore/lib/Drupal/Core/Cache/PhpBackend.php
- core/lib/Drupal/Core/Cache/PhpBackendFactory.php 18 additions, 1 deletioncore/lib/Drupal/Core/Cache/PhpBackendFactory.php
- core/lib/Drupal/Core/Config/CachedStorage.php 3 additions, 3 deletionscore/lib/Drupal/Core/Config/CachedStorage.php
Loading
Please register or sign in to comment