KCache Factory
Functions
Link copied to clipboard
open override fun createAssociatedIdCache(prop: ImmutableProp): Cache<*, *>?
Content copied to clipboard
Create cache for one-to-one/many-to-one association property.
Link copied to clipboard
open override fun createAssociatedIdListCache(prop: ImmutableProp): Cache<*, List<*>>?
Content copied to clipboard
Create cache for one-to-many/many-to-many association.
Link copied to clipboard
Create cache for an entity type.
Link copied to clipboard
Create cache for complex calculated property.