getEntry

abstract fun <T : Any> getEntry(type: KType): DataEntryCache<T>?

Returns a DataEntryCache of the given type if its description was registered beforehand, null otherwise.