RolloutCacheConfiguration class

Rollout cache configuration class.

Constructors

RolloutCacheConfiguration({int expirationDays = 10, bool clearOnInit = false})
Creates a new RolloutCacheConfiguration instance.

Properties

clearOnInit bool
Whether to clear the cache on initialization.
no setter
expirationDays int
The expiration days of the cache.
no setter
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