Loading core/lib/Drupal/Component/Plugin/Discovery/DiscoveryCachedTrait.php +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ namespace Drupal\Component\Plugin\Discovery; /** * Trait for accessing cached definitions of the plugin discovery component. */ trait DiscoveryCachedTrait { use DiscoveryTrait; Loading core/lib/Drupal/Core/Batch/BatchStorage.php +3 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,9 @@ use Drupal\Core\Database\DatabaseException; use Symfony\Component\HttpFoundation\Session\SessionInterface; /** * Defines the storage handler class for batches. */ class BatchStorage implements BatchStorageInterface { /** Loading core/lib/Drupal/Core/Cache/ApcuBackendFactory.php +3 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,9 @@ use Drupal\Component\Datetime\TimeInterface; use Drupal\Core\Site\Settings; /** * Defines the APCU backend factory. */ class ApcuBackendFactory implements CacheFactoryInterface { /** Loading core/lib/Drupal/Core/Cache/CacheFactory.php +3 −3 Original line number Diff line number Diff line Loading @@ -2,12 +2,12 @@ namespace Drupal\Core\Cache; /** * Defines the cache backend factory. */ use Drupal\Core\Site\Settings; use Psr\Container\ContainerInterface; /** * Defines the cache backend factory. */ class CacheFactory implements CacheFactoryInterface { /** Loading core/lib/Drupal/Core/Cache/DatabaseBackendFactory.php +3 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,9 @@ use Drupal\Core\Database\Connection; use Drupal\Core\Site\Settings; /** * Defines a default cache backend factory. */ class DatabaseBackendFactory implements CacheFactoryInterface { /** Loading Loading
core/lib/Drupal/Component/Plugin/Discovery/DiscoveryCachedTrait.php +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ namespace Drupal\Component\Plugin\Discovery; /** * Trait for accessing cached definitions of the plugin discovery component. */ trait DiscoveryCachedTrait { use DiscoveryTrait; Loading
core/lib/Drupal/Core/Batch/BatchStorage.php +3 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,9 @@ use Drupal\Core\Database\DatabaseException; use Symfony\Component\HttpFoundation\Session\SessionInterface; /** * Defines the storage handler class for batches. */ class BatchStorage implements BatchStorageInterface { /** Loading
core/lib/Drupal/Core/Cache/ApcuBackendFactory.php +3 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,9 @@ use Drupal\Component\Datetime\TimeInterface; use Drupal\Core\Site\Settings; /** * Defines the APCU backend factory. */ class ApcuBackendFactory implements CacheFactoryInterface { /** Loading
core/lib/Drupal/Core/Cache/CacheFactory.php +3 −3 Original line number Diff line number Diff line Loading @@ -2,12 +2,12 @@ namespace Drupal\Core\Cache; /** * Defines the cache backend factory. */ use Drupal\Core\Site\Settings; use Psr\Container\ContainerInterface; /** * Defines the cache backend factory. */ class CacheFactory implements CacheFactoryInterface { /** Loading
core/lib/Drupal/Core/Cache/DatabaseBackendFactory.php +3 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,9 @@ use Drupal\Core\Database\Connection; use Drupal\Core\Site\Settings; /** * Defines a default cache backend factory. */ class DatabaseBackendFactory implements CacheFactoryInterface { /** Loading