public function CoordinatedWriteCounterTrait::setFastStorage in Supercache 2.0.x
Same name and namespace in other branches
- 8 src/Cache/CoordinatedWriteCounterTrait.php \Drupal\supercache\Cache\CoordinatedWriteCounterTrait::setFastStorage()
Return value
mixed
3 calls to CoordinatedWriteCounterTrait::setFastStorage()
- CoordinatedWriteCounterTrait::getHeadId in src/
Cache/ CoordinatedWriteCounterTrait.php - Retrieve the key that identifies the volatile storage head.
- CoordinatedWriteCounterTrait::getLastWrite in src/
Cache/ CoordinatedWriteCounterTrait.php - Items retrieve from the persistent backend that have been modified prior to this timestamp are to be considered outdated.
- CoordinatedWriteCounterTrait::_doMarkAsOutdated in src/
Cache/ CoordinatedWriteCounterTrait.php - Mark as outdated.
2 methods override CoordinatedWriteCounterTrait::setFastStorage()
File
- src/
Cache/ CoordinatedWriteCounterTrait.php, line 207
Class
- CoordinatedWriteCounterTrait
- Used by components to coordinate invalidations between a volatile and a persistent storage.
Namespace
Drupal\supercache\CacheCode
public function setFastStorage($cid, $value) {
throw new \Exception("Not implemented.");
}