createResolverCache

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

Create cache for complex calculated property.

If you don't want all complex calculated properties 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 complex calculated property