getCachedPropertyData

abstract fun getCachedPropertyData(propertyId: Int): PropertyData

Get a property's cached PropertyData from core library based on property id. This is a synchronous cache read — the property must already be downloaded and loaded.

Return

The cached property data, or null if not currently cached. See PropertyData

Parameters

propertyId

The stored property's property id.