7 methods override CacheBackendInterface::get()
- 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.
- 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.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.