diff options
author | Robin Appelman <icewind@owncloud.com> | 2015-12-09 14:45:08 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2015-12-09 14:45:08 +0100 |
commit | e41f7b005db6b03d2ab29f37dbbeac3ba892e5fe (patch) | |
tree | ba02b6ca87b374fee35f038f19af4951ac057990 /lib | |
parent | 693a3c353ef88df2372426d4d1ea9f6527a59d62 (diff) | |
download | nextcloud-server-e41f7b005db6b03d2ab29f37dbbeac3ba892e5fe.tar.gz nextcloud-server-e41f7b005db6b03d2ab29f37dbbeac3ba892e5fe.zip |
add since
Diffstat (limited to 'lib')
-rw-r--r-- | lib/public/imemcachettl.php | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |