0 votes
in Cache Technique by

A web page displays 10 items per page and has pagination enabled. What would be the recommended way to enable efficient paging?

 

Select the Correct Option from the below
(i)Perform in-memory paging
(ii)Use Temporal Cache
(iii)Use Spatial Cache
(iv)Hit the database every time user moves to next page
 

1 Answer

0 votes
by
use spatial cache

Related questions

0 votes
asked Aug 3, 2023 in Kubernetes K8s by SakshiSharma
0 votes
asked Jan 30 in AJAX by rajeshsharma
...