Comment this in case someone else wonders why its there.

This commit is contained in:
jgen 2014-04-19 04:17:58 -04:00
parent c527ae91d6
commit e838fc2a03

View File

@ -229,7 +229,9 @@ class MemcacheCache implements CacheEngine {
class APCCache implements CacheEngine {
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) {
assert(!is_null($key));