CacheEngineVersion class
Provides all of the details about a particular cache engine version.
Constructors
- CacheEngineVersion({String? cacheEngineDescription, String? cacheEngineVersionDescription, String? cacheParameterGroupFamily, String? engine, String? engineVersion})
- CacheEngineVersion.fromXml(XmlElement elem)
-
factory
Properties
- cacheEngineDescription → String?
-
The description of the cache engine.
final
- cacheEngineVersionDescription → String?
-
The description of the cache engine version.
final
- cacheParameterGroupFamily → String?
-
The name of the cache parameter group family associated with this cache
engine.
final
- engine → String?
-
The name of the cache engine.
final
- engineVersion → String?
-
The version number of the cache engine.
final
- 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