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

Q & ACategory: Caching TechniquesA web page displays ten items per page and has pagination enabled. What would be the recommended way to enable efficient paging?
Admin Staff asked 5 years ago

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

1 Answers
Admin Staff answered 5 years ago

B) Use Spatial Cache