FullRepositoryCoroutineCacheStore

Constructors

Link copied to clipboard
constructor(repository: FullRepository<K, V>, tm: TransactionManager)

Functions

Link copied to clipboard
open suspend override fun deleteAll()

Delete all values from store.

Link copied to clipboard
open suspend override fun get(key: K): V?

Retrieve value from store.

Link copied to clipboard
suspend fun getAll(): List<V>
Link copied to clipboard
open suspend override fun persist(key: K, value: V?): StateFlow<Boolean>?

Save value to store.