Skip to content

Commit

Permalink
add lost setCachePrefix method.
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Mar 23, 2014
1 parent 73d5f21 commit f9de551
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Imagine/Cache/Resolver/AwsS3Resolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ public function setLogger(LoggerInterface $logger)
{
$this->logger = $logger;
}

/**
* @param string $cachePrefix
*/
public function setCachePrefix($cachePrefix)
{
$this->cachePrefix = $cachePrefix;
}

/**
* {@inheritDoc}
Expand Down

0 comments on commit f9de551

Please sign in to comment.