ArliAiModelDao

Provides Room access to cached ArliAI checkpoint metadata.

Author

Dmitriy Moroz

Functions

Link copied to clipboard
abstract suspend fun deleteAll()

Clears all cached ArliAI checkpoints before a refresh writes the new list.

Link copied to clipboard
abstract suspend fun insertList(items: List<ArliAiModelEntity>)

Inserts or replaces cached ArliAI checkpoints.

Link copied to clipboard
abstract suspend fun queryAll(): List<ArliAiModelEntity>

Reads all cached ArliAI checkpoints.