Jarves\Cache\Backend\AbstractCache::configure PHP Method

configure() public method

public configure ( Cache $cacheConfig )
$cacheConfig Jarves\Configuration\Cache
    public function configure(Cache $cacheConfig)
    {
        $this->cacheConfig = $cacheConfig;
        $this->config = $cacheConfig->getOptions()->toArray();
        $this->testConfig($this->config);
        $this->setup($this->config);
    }