You are here

public function PersistableCache::__destruct in RESTful 7.2

Persist the data in the cache backend during shutdown.

File

src/Util/PersistableCache.php, line 91
Contains \Drupal\restful\Util\PersistableCache.

Class

PersistableCache

Namespace

Drupal\restful\Util

Code

public function __destruct() {
  $this
    ->persist();
}