SimplePie_Cache_Memcache::load

Advertisement

Summery Summery

Retrieve the data saved to the cache

Syntax Syntax

SimplePie_Cache_Memcache::load()

Return Return

(array) Data for SimplePie::$data

Source Source

File: wp-includes/SimplePie/Cache/Memcache.php

		if ($data !== false)
		{
			return unserialize($data);
		}
		return false;
	}

	/**
	 * Retrieve the last modified time for the cache

Advertisement

Advertisement

Leave a Reply