Skip to content

Commit

Permalink
Merge pull request #44 from lukasz-schab/patch-1
Browse files Browse the repository at this point in the history
Update Apcu.php
  • Loading branch information
desarrolla2 committed May 27, 2018
2 parents 3a337eb + 690e219 commit 4af0341
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Adapter/Apcu.php
Expand Up @@ -85,6 +85,9 @@ public function setOption($key, $value)
}
$this->ttl = $value;
break;
case 'prefix':
$this->prefix = (string) $value;
break;
default:
throw new CacheException('option not valid '.$key);
}
Expand Down

0 comments on commit 4af0341

Please sign in to comment.