Skip to content

Caching system for text files with 3 different input policy updates

Notifications You must be signed in to change notification settings

ionascuandrei/Caching-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caching System

Implements a caching system for text files with 3 different input policy updates: First in First Out, Least Recently Used and Time Aware Least Recently Used, with the required operations: hit, miss, put. In the implementation I used Adapter, Strategy and Observer patterns. Personal gains:

  • understanding the concepts of Desing Patterns: Adapter, Strategy and Observer
  • understanding a practical and essential system in computer architecture
  • using data structures in OOP context

Programming language/libraries/tools used: Java, Desing Patterns

About

Caching system for text files with 3 different input policy updates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages