Cache Memory
This page describes how the cached data is shown to the user and at what cases this cached data is recalculated.
Dynamic Recalculation of Cached Payload
Example Payload Structure
payload = {
"crop_id": crop_id,
"crop_name_hi": crop_name_hi,
"crop_name_hing": crop_name_hing,
"crop_name_eng": crop_name_eng,
"last_available_price_date": last_available_price_date,
"receipt_count": receipt_count,
"total_quantity": total_quantity,
"min_price": min_price,
"median_price": median_price,
"max_price": max_price,
"crop_price_data": crop_price_data,
"mandis": mandis,
"receipts": receipts,
}Last updated