getPropertyCache

abstract fun <K, V> getPropertyCache(prop: KProperty1<*, *>): Cache<K, V>?
abstract fun <K, V> getPropertyCache(prop: ImmutableProp): Cache<K, V>?