Summery Summery
Retrieve the last modified time for the cache
Syntax Syntax
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