mirror of
https://github.com/YGGverse/cache-php.git
synced 2026-04-02 10:35:28 +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(
|
return $this->_memcached->flush();
|
||||||
$delay
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private function _setKey(mixed $key) : string
|
private function _setKey(mixed $key) : string
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue