Overrides Drupal\Core\Cache\DatabaseBackend::set().
Overrides DatabaseBackend::set
File
- drupal/core/lib/Drupal/Core/Cache/InstallBackend.php, line 53
- Definition of Drupal\Core\Cache\InstallBackend.
Class
- InstallBackend
- Defines a stub cache implementation to be used during installation.
Namespace
Drupal\Core\Cache
Code
public function set($cid, $data, $expire = CacheBackendInterface::CACHE_PERMANENT, array $tags = array()) {
}