Tag: lru cache

  • Implementing the LRU cache

    A cache is a component that stores data temporarily so that further requests can be served faster. For example, the search engine might store the result from users’ queries in […]