add since
This commit is contained in:
parent
693a3c353e
commit
e41f7b005d
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue