You are here

public function CoordinatedWriteCounterTrait::setPersistentStorage in Supercache 8

Same name and namespace in other branches
  1. 2.0.x src/Cache/CoordinatedWriteCounterTrait.php \Drupal\supercache\Cache\CoordinatedWriteCounterTrait::setPersistentStorage()

Return value

mixed

1 call to CoordinatedWriteCounterTrait::setPersistentStorage()
CoordinatedWriteCounterTrait::_doMarkAsOutdated in src/Cache/CoordinatedWriteCounterTrait.php
Mark as outdated.
2 methods override CoordinatedWriteCounterTrait::setPersistentStorage()
ChainedFastBackend::setPersistentStorage in src/Cache/ChainedFastBackend.php
ChainedFastRawBackend::setPersistentStorage in src/Cache/ChainedFastRawBackend.php

File

src/Cache/CoordinatedWriteCounterTrait.php, line 214

Class

CoordinatedWriteCounterTrait
Used by components to coordinate invalidations between a volatile and a persistent storage.

Namespace

Drupal\supercache\Cache

Code

public function setPersistentStorage($cid, $value) {
  throw new \Exception("Not implemented.");
}