SimplePie_Cache_Memcache::mtime

Advertisement

Summery Summery

Retrieve the last modified time for the cache

Syntax Syntax

SimplePie_Cache_Memcache::mtime()

Return Return

(int) Timestamp

Source Source

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

		if ($data !== false)
		{
			// essentially ignore the mtime because Memcache expires on its own
			return time();
		}

		return false;
	}

	/**
	 * Set the last modified time to the current time

Advertisement

Advertisement

Leave a Reply