Problem:
- This program tries to address the problem described in the Cache-Problem.pdf using java 8.
Instructions:
- Import the project in your favorite IDE
- Execute the class TestCache
Alternative Instructions:
- Create a executable jar i.e. java_cache.jar
- Execute the the command: java -jar java_cache.jar
Obs:
- Mininum java (jre) version required: 8