CacheDsl

class CacheDsl

Functions

Link copied to clipboard
fun setAssociatedIdCache(prop: KProperty1<*, *>, cache: Cache<*, *>?)
Link copied to clipboard
fun setAssociatedListIdCache(prop: KProperty1<*, *>, cache: Cache<*, List<*>>?)
Link copied to clipboard
fun setCacheFactory(entityTypes: Array<KClass<*>>, cacheFactory: CacheFactory)
Link copied to clipboard
fun <T : Any> setObjectCache(entityType: KClass<T>, cache: Cache<*, T>?)
Link copied to clipboard
fun <R> setResolverCache(prop: KProperty1<*, R>, cache: Cache<*, R>)