remotes/origin/fix_emit_scanFiles
Robin Appelman 11 years ago
parent 693a3c353e
commit e41f7b005d
  1. 1
      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);
}

Loading…
Cancel
Save