time = $time ? (float) $time : microtime(true); } /** * Creates a new TimestampCacheEntry * * This method allow Doctrine\Common\Cache\PhpFileCache compatibility * * @param array $values array containing property values * * @return TimestampCacheEntry */ public static function __set_state(array $values) { return new self($values['time']); } }