A web page displays ten items per page and has pagination enabled. What would be the recommended way to enable efficient paging?
A web page displays ten items per page and has pagination enabled. What would be the recommended way to enable efficient paging?
A) Hit the database every time the user moves to the next page
B) Use Spatial Cache
C) Perform in-memory paging
D) Use Temporal Cache