toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-dao
/
org.jetbrains.exposed.dao
/
EntityCache
/
remove
remove
fun
<
ID
:
Any
,
T
:
Entity
<
ID
>
>
remove
(
table
:
IdTable
<
ID
>
,
o
:
T
)
Removes the specified
Entity
from this
EntityCache
using its associated
table
as the key.