SeoDirectoryRuntimeStore class final

Loads <id>.json and <id>.js from a build-owned directory.

A successful verification is cached for this store's lifetime. Build artifacts are immutable deployment inputs; create a new store after rebuilding them. Failed loads are evicted so a temporarily incomplete deployment can recover.

Implemented types

Constructors

SeoDirectoryRuntimeStore(String directory, {String? expectedDartVersion})

Properties

directory String
final
expectedDartVersion String
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

load(SeoDomFirstApplicationRuntime reference) Future<SeoDomFirstRuntimeArtifact>
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