Java Data Structure Cache

Java examples for Data Structure:Cache

Description

Click the following links for the tutorial for Data Structure and Cache.

  1. LRU cache based on HashMap
  2. Concurrent LRU Cache
  3. Least Frequent Used Cache
  4. Generic LRU cache