# @here/harp-lrucache

## Overview

This module provides a cache that evicts its items based on the
[least-recently-used (LRU)][https://en.wikipedia.org/wiki/Cache_replacement_policies#Least_recently_used_(LRU)] policy.
