Example #1
0
 public function __construct(\Memcache $memcache, $default_ttl)
 {
     parent::__construct($default_ttl);
     $this->instance = $memcache;
 }
Example #2
0
 public function __construct($path, $ttl)
 {
     parent::__construct($ttl);
     $this->path = $path;
 }