Comment this in case someone else wonders why its there.
This commit is contained in:
parent
c527ae91d6
commit
e838fc2a03
@ -229,7 +229,9 @@ class MemcacheCache implements CacheEngine {
|
|||||||
class APCCache implements CacheEngine {
|
class APCCache implements CacheEngine {
|
||||||
var $hits=0, $misses=0;
|
var $hits=0, $misses=0;
|
||||||
|
|
||||||
public function __construct($args) {}
|
public function __construct($args) {
|
||||||
|
// $args is not used, but is passed in when APC cache is created.
|
||||||
|
}
|
||||||
|
|
||||||
public function get($key) {
|
public function get($key) {
|
||||||
assert(!is_null($key));
|
assert(!is_null($key));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user