KFilter State Aware Cache Factory
interface KFilterStateAwareCacheFactory : KCacheFactory, FilterStateAware
Content copied to clipboard
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.
Link copied to clipboard
This method is invoked by Jimmer, it can be ignored by user.