#Cache appwriter

6 messages · Page 1 of 1 (latest)

deep reef
#

When using Appwrite in React to display data from a database (e.g., some products) on the main page, is it possible to serve cache on the backend side at the Appwrite level?

fast pecan
#

Appwrite already serves cached documents

frail eagle
#

@deep reef does that solve your doubt or do you need something more specific? 😄

deep reef
frail eagle
floral zealot
#

getRow / getDocument calls are cached at Appwrite layer. listRows/listDocuments are not. You can always try on-device caching, periodic background fetches. Stuff like WorkManager is very helpful when developing on Android.