Is there any way to cache table widget query records?
I have a Product Model and a latest product widget in dashboard. products are not add or updating frequently, that's why i want to cache latest products query data for time but i can't find any way to cache table query records.
2 Replies
Hello, did you find a way to hanlde records caching ?
You could overwrite the
getTableRecords()
method on the ListPages or Widget to cache data. But I doubt this is useful. You'd need to manually clear the cache on seach, filter, pagination, ...