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.


Top ↑

Source Source

File: wp-includes/cache.php

	public function __destruct() {
		return true;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.0.8 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.