kodein-db-api
/
org.kodein.db.model.cache
/
ModelCache
/
Entry
/
Cached
common
Cached
data class
Cached
<
M
:
Any
>(model:
M
, size:
Int
, originalHashcode:
Int
) :
ModelCache.Entry
<
M
> ,
Sized
<
M
>
Content copied to clipboard
Properties
Properties
model
Link copied to clipboard
common
open override val
model
:
M
Content copied to clipboard
originalHashcode
Link copied to clipboard
common
val
originalHashcode
:
Int
Content copied to clipboard
size
Link copied to clipboard
common
open override val
size
:
Int
Content copied to clipboard