Example #1
0
 public function add($key, $value, $ttl = 0, array $options = array())
 {
     return $this->wrappedCache->add($this->prefix . $key, $value, $ttl, $options);
 }