Skip to content

lvchkn/ConsoleCache

Repository files navigation

ConsoleCache

.NET

Simple console-based LRU cache implementation.

Examples of available commands:

  • get 3 (returns cached value by key. if there's no such key in cache returns -1)
  • set 2 2 (adds a key value pair to cache)
  • print (prints all cached key-value pairs)

Get it up and running with Docker:

docker build -t console-cache .
docker run -it console-cache

About

Simple LRU cache implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published