7 methods override CacheBackendInterface::set() in Drupal 8
- ApcuBackend::set in core/
lib/ Drupal/ Core/ Cache/ ApcuBackend.php - Stores data in the persistent cache.
- BackendChain::set in core/
lib/ Drupal/ Core/ Cache/ BackendChain.php - Stores data in the persistent cache.
- ChainedFastBackend::set in core/
lib/ Drupal/ Core/ Cache/ ChainedFastBackend.php - Stores data in the persistent cache.
- DatabaseBackend::set in core/
lib/ Drupal/ Core/ Cache/ DatabaseBackend.php - Stores data in the persistent cache.
- MemoryBackend::set in core/
lib/ Drupal/ Core/ Cache/ MemoryBackend.php - Stores data in the persistent cache.
- NullBackend::set in core/
lib/ Drupal/ Core/ Cache/ NullBackend.php - Stores data in the persistent cache.
- PhpBackend::set in core/
lib/ Drupal/ Core/ Cache/ PhpBackend.php - Stores data in the persistent cache.