Skip to content

Sample Java Cache using only standard libraries and java 8

Notifications You must be signed in to change notification settings

ricardomarcondes/java_cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

java_cache

Problem:

  1. This program tries to address the problem described in the Cache-Problem.pdf using java 8.

Instructions:

  1. Import the project in your favorite IDE
  2. Execute the class TestCache

Alternative Instructions:

  1. Create a executable jar i.e. java_cache.jar
  2. Execute the the command: java -jar java_cache.jar

Obs:

  1. Mininum java (jre) version required: 8

About

Sample Java Cache using only standard libraries and java 8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published