diff --git a/lib/public/imemcachettl.php b/lib/public/imemcachettl.php index aae26accb4..a4a7a53054 100644 --- a/lib/public/imemcachettl.php +++ b/lib/public/imemcachettl.php @@ -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); }