AutoCacheInitializer class
A singleton class responsible for initializing and configuring the auto cache manager. It provides a central point of access to manage cache configurations and ensures that the cache injection mechanism is properly set up before use.
Constructors
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
-
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
Static Methods
-
initialize(
{CacheConfiguration? configuration}) → Future< void> -
Initializes the cache management system with optional custom configuration.
This method sets up necessary bindings and applies the provided
CacheConfig
.