CoreDataService

Base service module for work with db room

Author

Vitaliy Zarubin

Constructors

CoreDataService
Link copied to clipboard
fun CoreDataService(db: CoreDatabase, dbSecurity: CoreSecurityDatabase)

Functions

clearCacheAfterLogout
Link copied to clipboard
open override fun clearCacheAfterLogout()

Performed when the user logs out

Properties

db
Link copied to clipboard
open override val db: CoreDatabase

Base room db

dbSecurity
Link copied to clipboard
open override val dbSecurity: CoreSecurityDatabase

Base room db