KCaches

interface KCaches

Functions

Link copied to clipboard
abstract fun <K, V : Any> getObjectCache(type: KClass<V>): Cache<K, V>?
abstract fun <K, V> getObjectCache(type: ImmutableType): Cache<K, V>?
Link copied to clipboard
abstract fun <K, V> getPropertyCache(prop: KProperty1<*, *>): Cache<K, V>?
abstract fun <K, V> getPropertyCache(prop: ImmutableProp): Cache<K, V>?