Example #1
0
 public function increment($key, $step = 1, &$success = null)
 {
     return $this->wrappedCache->increment($this->prefix . $key, $step, $success);
 }