public function ChainedFastRawBackend::setPersistentStorage in Supercache 2.0.x
Same name and namespace in other branches
- 8 src/Cache/ChainedFastRawBackend.php \Drupal\supercache\Cache\ChainedFastRawBackend::setPersistentStorage()
Return value
mixed
Overrides CoordinatedWriteCounterTrait::setPersistentStorage
File
- src/
Cache/ ChainedFastRawBackend.php, line 388 - Contains \Drupal\supercache\Cache\ChainedFastRawBackend.
Class
- ChainedFastRawBackend
- Defines a backend with a fast and a consistent backend chain.
Namespace
Drupal\supercache\CacheCode
public function setPersistentStorage($cid, $value) {
$this->consistentBackend
->set($cid, $value);
}