toggle menu
tests
0.0.4
common
switch theme
search in API
tests
/
kotlinx.document.database.tests
/
AbstractCacheOverflowTests
Abstract
Cache
Overflow
Tests
abstract
class
AbstractCacheOverflowTests
(
val
store
:
DataStore
)
:
BaseTest
Members
Constructors
Abstract
Cache
Overflow
Tests
Link copied to clipboard
constructor
(
store
:
DataStore
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
db
Link copied to clipboard
val
db
:
KotlinxDocumentDatabase
store
Link copied to clipboard
val
store
:
DataStore
Functions
delete
Database
Link copied to clipboard
abstract
suspend
fun
deleteDatabase
(
)
get
Total
Cache
Memory
Size
Link copied to clipboard
abstract
fun
getTotalCacheMemorySize
(
)
:
Int
get
Unsaved
Memory
Link copied to clipboard
abstract
fun
getUnsavedMemory
(
)
:
Int
test
if
Cache
Is
flushed
when
memory
is
full
Link copied to clipboard
fun
test if Cache Is flushed when memory is full
(
)
:
TestResult