This is the implementation of Web Cache which stores the websites in the cache usuing different caching algorithms like LFU(Least Frequently Used) and LRU(Least Recently Used). Also the analysis of LFU and LRU algorithms. This project was in the course "Computer Networks".