From e41f7b005db6b03d2ab29f37dbbeac3ba892e5fe Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 9 Dec 2015 14:45:08 +0100 Subject: add since --- lib/public/imemcachettl.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/public/imemcachettl.php b/lib/public/imemcachettl.php index aae26accb48..a4a7a530549 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); } -- cgit v1.2.3