mirror of
https://github.com/YGGverse/cache-php.git
synced 2026-04-01 18:15:29 +00:00
Compare commits
No commits in common. "main" and "0.4.0" have entirely different histories.
1 changed files with 2 additions and 4 deletions
|
|
@ -117,11 +117,9 @@ class Memory {
|
|||
}
|
||||
}
|
||||
|
||||
public function flush(?int $delay = 0) : bool
|
||||
public function flush(int $delay = 60) : bool
|
||||
{
|
||||
return $this->_memcached->flush(
|
||||
$delay
|
||||
);
|
||||
return $this->_memcached->flush();
|
||||
}
|
||||
|
||||
private function _setKey(mixed $key) : string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue