doch4472 / Group-6-Project

0 stars 0 forks source link

Cacheing search into Database #13

Open almu6129 opened 5 months ago

almu6129 commented 5 months ago

As a user, some of the search results I make should be saved in the websites database for fast temporal locality cacheing.

User acceptance criteria: The results of the user's previous searches should be saved in the websites database. There should be a cap on how many database items are saved (cache capacity). There should be a valid eviction policy.