Silber\Bouncer\Factory::getCacheStore PHP Method

getCacheStore() protected method

Get an instance of the cache store.
protected getCacheStore ( ) : Illuminate\Contracts\Cache\Store
return Illuminate\Contracts\Cache\Store
    protected function getCacheStore()
    {
        return $this->cache ?: new ArrayStore();
    }