Summery Summery
Set the last modified time to the current time
Syntax Syntax
Return Return
(bool) Success status
Source Source
File: wp-includes/SimplePie/Cache/Memcache.php
if ($data !== false) { return $this->cache->set($this->name, $data, MEMCACHE_COMPRESSED, (int) $this->options['extras']['timeout']); } return false; } /** * Remove the cache