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
Namespace
Drupal\restful\UtilCode
public function __destruct() {
$this
->persist();
}