Clears the cache, excluding the specified genome IDs.
The IDs of the genomes to exclude from the clear operation.
Exports the cache as a record of genome IDs to phenome.
The cache as a record of genome IDs to phenome.
Gets the phenome of a genome.
The ID of the genome.
Optional
defaultValue: PhenomeRowThe default value to return if the genome is not found.
The phenome of the genome, or the default value if the genome phenome is not found.
Gets the phenome of a genome, or undefined if the genome is not ready.
The ID of the genome.
The phenome of the genome, or undefined if the genome is not ready.
Imports the cache from a record of genome IDs to phenome.
The cache as a record of genome IDs to phenome.
Sets the phenome of a genome.
The ID of the genome.
The phenome of the genome.
A simple phenome cache implementation.
This cache stores the constant phenome value for each genome.