InMemoryDatabaseCache

internal object InMemoryDatabaseCache

Provides an in-memory cache for in-memory databases.

Useful to hold a database across logins and logouts without losing the data in between.

Functions

Link copied to clipboard
fun clearEntry(userIDEntity: UserIDEntity): Boolean

Clears an entry from the cache based on the provided userIDEntity.

Link copied to clipboard