mirror of
https://github.com/Mactronique/phpcache.git
synced 2026-03-24 17:02:12 +01:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
68072f9008 | ||
|
|
ddf7b341da |
@@ -10,8 +10,7 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.4",
|
||||
"jms/serializer": "~1.0"
|
||||
"php": ">=5.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"atoum/atoum": "master-dev"
|
||||
|
||||
@@ -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