Kevinrob\GuzzleCache\CacheMiddleware::getCacheStorage PHP Method

getCacheStorage() public method

public getCacheStorage ( ) : Kevinrob\GuzzleCache\Strategy\CacheStrategyInterface
return Kevinrob\GuzzleCache\Strategy\CacheStrategyInterface
    public function getCacheStorage()
    {
        return $this->cacheStorage;
    }