Skip to content

Simple implementation of two levels caching in Java

License

Notifications You must be signed in to change notification settings

mfvanek/two-levels-caching

Repository files navigation

two-levels-caching

Simple implementation of two levels caching in Java

Java CI codecov

Task

  • Create a configurable two-level cache (for caching Objects).
  • Level 1 is memory, level 2 is filesystem.
  • Config params should let one specify the cache strategies and max sizes of level 1 and 2.

Requirements

Java 17+