createAssociatedIdListCache

open override fun createAssociatedIdListCache(prop: ImmutableProp): Cache<*, List<*>>?

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.ChainCacheBuilder

Parameters

prop

The one-to-many/many-to-many association property