Model
LastUpdateTimeCache
Magento\Sales\Model\Grid\LastUpdateTimeCache
What it does
This class manages caching of the last update timestamp for sales grid tables (orders, invoices, shipments, etc.).
Developers use it to track when grid data was last refreshed, enabling efficient incremental updates instead of full grid regeneration.
The cached timestamps help optimize grid synchronization performance by identifying which records need updating.
Public Methods
- save()
- get()
- remove()