_______ caching stores copies of frequently accessed data on the client-side.
- Browser
- Client
- Frontend
- Local
Client caching involves storing copies of frequently accessed data on the client-side. This reduces the need to fetch the data from the server, improving performance.
Loading...