9
votes
5answers
2k views
How would you implement an LRU cache in Java 6?
Please don't say EHCache or OSCache, etc. Assume for purposes of this question that I want to implement my own using just the SDK (learning by doing). Given that the cache will be used in a …
