Add EntityClass#testCache(ID) overload
Open
- Dominant language
- Kotlin
- Stars
- 9.3k
- Forks
- 798
- Avg merge
- 4d 2h
- Merged PRs (30d)
- 26
Description
Currently, only `testCache(EntityID)` is present, so please add `testCache(ID)`:
https://github.com/JetBrains/Exposed/blob/d59247283dc8c1af019e3e2a8c75c7519d1fdb6d/exposed-dao/src/main/kotlin/org/jetbrains/exposed/dao/EntityClass.kt#L73-L75
For instance, `get(...)` has two variations:
https://github.com/JetBrains/Exposed/blob/d59247283dc8c1af019e3e2a8c75c7519d1fdb6d/exposed-dao/src/main/kotlin/org/jetbrains/exposed/dao/EntityClass.kt#L20-L22
Contributor guide
Assessment
This issue has not been assessed yet.