loadFromConfig abstract method

void loadFromConfig(
  1. ConfigInterface config,
  2. ICacheDriverRegistry registry
)

Loads cache configuration and registers drivers. Throws CacheException if configuration is invalid.

Implementation

void loadFromConfig(ConfigInterface config, ICacheDriverRegistry registry);