TemporaryGenerationResultRepositoryImpl

Implements TemporaryGenerationResultRepository behavior in the SDAI data layer.

Author

Dmitriy Moroz

Throws

when the delegated operation cannot complete.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Exposes the lastCachedResult value used by the SDAI data layer.

Functions

Link copied to clipboard
open suspend override fun get(): AiGenerationResult

Loads SDAI data through get.

Link copied to clipboard
open suspend override fun put(result: AiGenerationResult)

Executes the put step in the SDAI data layer.