in Cache Technique by (20.8k points)

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 (32.2k points)
use spatial cache

Related questions

0 votes
asked Jul 1, 2020 in Cache Technique by Robindeniel (20.8k points)
+2 votes
asked May 9, 2020 by SakshiSharma (32.2k points)
0 votes
asked Jan 9, 2020 in VueJS by GeorgeBell (5.1k points)
...