mirror of
https://github.com/Mactronique/phpcache.git
synced 2026-03-24 17:02:12 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ddf7b341da |
@@ -51,7 +51,7 @@ class PhpCache
|
||||
*/
|
||||
public function set($key, $value, $ttl = null, $driverName = null)
|
||||
{
|
||||
return $this->getDriver($driverName)->set($key, $value, $ttl = null);
|
||||
return $this->getDriver($driverName)->set($key, $value, $ttl);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user