Silber\Bouncer\Factory::withCache PHP Method

withCache() public method

Set the cache instance to use for the clipboard.
public withCache ( Illuminate\Contracts\Cache\Store $cache )
$cache Illuminate\Contracts\Cache\Store
    public function withCache(Store $cache)
    {
        $this->cache = $cache;
        return $this;
    }