SimplePie_Cache_Memcache::touch

Advertisement

Summery Summery

Set the last modified time to the current time

Syntax Syntax

SimplePie_Cache_Memcache::touch()

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

Advertisement

Advertisement

Leave a Reply