jimmer-sql-kotlin
0.8.78
jimmer-sql-kotlin
/
org.babyfish.jimmer.sql.kt
/
KCaches
KCaches
interface
KCaches
Content copied to clipboard
Functions
Functions
get
Object
Cache
Link copied to clipboard
abstract
fun
<
K
,
V
:
Any
>
getObjectCache
(
type
:
KClass
<
V
>
)
:
Cache
<
K
,
V
>
?
Content copied to clipboard
abstract
fun
<
K
,
V
>
getObjectCache
(
type
:
ImmutableType
)
:
Cache
<
K
,
V
>
?
Content copied to clipboard
get
Property
Cache
Link copied to clipboard
abstract
fun
<
K
,
V
>
getPropertyCache
(
prop
:
KProperty1
<
*
,
*
>
)
:
Cache
<
K
,
V
>
?
Content copied to clipboard
abstract
fun
<
K
,
V
>
getPropertyCache
(
prop
:
ImmutableProp
)
:
Cache
<
K
,
V
>
?
Content copied to clipboard
is
Affected
By
Link copied to clipboard
abstract
fun
isAffectedBy
(
e
:
DatabaseEvent
)
:
Boolean
Content copied to clipboard