ICacheConfigLoader class abstract

Interface for cache configuration loading. Defines the contract for loading and parsing cache configuration.

Implementers

Constructors

ICacheConfigLoader()

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.
loadFromConfig(ConfigInterface config, ICacheDriverRegistry registry) → void
Loads cache configuration and registers drivers. Throws CacheException if configuration is invalid.
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