13.08.2018, 14:56
No, you use the appropriate function for the type of data you're trying to retrieve, so cache_get_value_float for float values.
As for cache_get_data, that function might not be present in R41-4 anymore. For me, I use cache_num_rows() to gather the row count and to check if there are any rows returned from a query.
As for cache_get_data, that function might not be present in R41-4 anymore. For me, I use cache_num_rows() to gather the row count and to check if there are any rows returned from a query.