WP_Object_Cache::__destruct()
Saves the object cache before object is completely destroyed.
Description Description
Called upon object destruction, which should be when PHP ends.
Return Return
(true) Always returns true.
Source Source
File: wp-includes/cache.php
public function __destruct() {
return true;
}
Expand full source code Collapse full source code View on Trac
Changelog Changelog
| Version | Description |
|---|---|
| 2.0.8 | Introduced. |