create Associated Id List Cache
open override fun createAssociatedIdListCache(prop: ImmutableProp): Cache<*, List<*>>?
Content copied to clipboard
Create cache for one-to-many/many-to-many association.
If you don't want all one-to-many/many-to-many associations to support object caching, you can check the parameters and return null in some cases
Return
Cache object or null
See also
org. babyfish. jimmer. sql. cache. chain. Chain Cache Builder
Parameters
prop
The one-to-many/many-to-many association property