deploy.memoryscriptdeploymentcache
Home > @blaze-cardano/deploy > MemoryScriptDeploymentCache
MemoryScriptDeploymentCache class
In-memory deployment cache implementation for scripts and CI examples.
Signature:
export declare class MemoryScriptDeploymentCache implements ScriptDeploymentCache
Implements: ScriptDeploymentCache
Constructors
|
Constructor |
Modifiers |
Description |
|---|---|---|
|
Create a cache, optionally preloaded with records. |
Methods
|
Method |
Modifiers |
Description |
|---|---|---|
|
Find the active record for a target name, preferring the highest non-superseded version. | ||
|
Find a cache record by script hash. | ||
|
Store a deployment record by name, version, and script hash. | ||
|
Return all cached deployment records. | ||
|
Remove all records for a deployment target name. | ||
|
Serialize the cache into a snapshot suitable for JSON artifacts. |