CacheConfigLoader class

Implementation of cache configuration loader. Handles loading cache configuration and initializing drivers.

Implemented types

Constructors

CacheConfigLoader()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createDriverFromConfig(String driverType, Map<String, dynamic> settings) CacheDriver
Creates a cache driver instance from configuration. Throws CacheException if driver type is unknown or configuration is invalid.
override
loadFromConfig(ConfigInterface config, ICacheDriverRegistry registry) → void
Loads cache configuration and registers drivers. Throws CacheException if configuration is invalid.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited