Kevinrob\GuzzleCache\CacheMiddleware::setCacheStorage PHP Method

setCacheStorage() public method

public setCacheStorage ( Kevinrob\GuzzleCache\Strategy\CacheStrategyInterface $cacheStorage )
$cacheStorage Kevinrob\GuzzleCache\Strategy\CacheStrategyInterface
    public function setCacheStorage(CacheStrategyInterface $cacheStorage)
    {
        $this->cacheStorage = $cacheStorage;
    }