add since

This commit is contained in:
Robin Appelman 2015-12-09 14:45:08 +01:00
parent 693a3c353e
commit e41f7b005d
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ interface IMemcacheTTL extends IMemcache {
*
* @param string $key
* @param int $ttl time to live in seconds
* @since 9.0.0
*/
public function setTTL($key, $ttl);
}