7 methods override CacheBackendInterface::getMultiple() in Drupal 8
- ApcuBackend::getMultiple in core/
lib/ Drupal/ Core/ Cache/ ApcuBackend.php - Returns data from the persistent cache when given an array of cache IDs.
- BackendChain::getMultiple in core/
lib/ Drupal/ Core/ Cache/ BackendChain.php - Returns data from the persistent cache when given an array of cache IDs.
- ChainedFastBackend::getMultiple in core/
lib/ Drupal/ Core/ Cache/ ChainedFastBackend.php - Returns data from the persistent cache when given an array of cache IDs.
- DatabaseBackend::getMultiple in core/
lib/ Drupal/ Core/ Cache/ DatabaseBackend.php - Returns data from the persistent cache when given an array of cache IDs.
- MemoryBackend::getMultiple in core/
lib/ Drupal/ Core/ Cache/ MemoryBackend.php - Returns data from the persistent cache when given an array of cache IDs.
- NullBackend::getMultiple in core/
lib/ Drupal/ Core/ Cache/ NullBackend.php - Returns data from the persistent cache when given an array of cache IDs.
- PhpBackend::getMultiple in core/
lib/ Drupal/ Core/ Cache/ PhpBackend.php - Returns data from the persistent cache when given an array of cache IDs.