Bluz\Cache\Cache::initOptions PHP Метод

initOptions() защищенный Метод

Check Cache configuration
protected initOptions ( ) : void
Результат void
    protected function initOptions()
    {
        // check cache Adapter instance and settings for initialize it
        if (!$this->getOption('adapter')) {
            throw new ConfigurationException("Missed `adapter` option in cache `settings` configuration. <br/>\n" . "Read more: <a href='https://github.com/bluzphp/framework/wiki/Cache'>" . "https://github.com/bluzphp/framework/wiki/Cache</a>");
        }
    }