Silber\Bouncer\CachedClipboard::__construct PHP Method

__construct() public method

Constructor.
public __construct ( Illuminate\Contracts\Cache\Store $cache )
$cache Illuminate\Contracts\Cache\Store
    public function __construct(Store $cache)
    {
        $this->setCache($cache);
    }