8 methods override CacheBackendInterface::get() in Zircon Profile 8
- ApcuBackend::get in core/
lib/ Drupal/ Core/ Cache/ ApcuBackend.php - Returns data from the persistent cache.
- BackendChain::get in core/
lib/ Drupal/ Core/ Cache/ BackendChain.php - Returns data from the persistent cache.
- ChainedFastBackend::get in core/
lib/ Drupal/ Core/ Cache/ ChainedFastBackend.php - Returns data from the persistent cache.
- DatabaseBackend::get in core/
lib/ Drupal/ Core/ Cache/ DatabaseBackend.php - Returns data from the persistent cache.
- MemcacheBackend::get in modules/
memcache/ src/ MemcacheBackend.php - Returns data from the persistent cache.
- MemoryBackend::get in core/
lib/ Drupal/ Core/ Cache/ MemoryBackend.php - Returns data from the persistent cache.
- NullBackend::get in core/
lib/ Drupal/ Core/ Cache/ NullBackend.php - Returns data from the persistent cache.
- PhpBackend::get in core/
lib/ Drupal/ Core/ Cache/ PhpBackend.php - Returns data from the persistent cache.