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(cacheFactory: CacheFactory)
Link copied to clipboard
fun <T : Any> setObjectCache(entityType: KClass<T>, cache: Cache<*, T>)