Skip to content

sahildua2305/CachingRoutineAPI

Repository files navigation

CachingRoutineAPI

======================== To start the Caching Routine:

python cache-routine.py server_name port_number number_of_connections size_of_cache

For example:

python cache-routine.py localhost 9000 4 100

To start the Django API project:

python manage.py runserver

About

Django API for with self-implemented LRU caching routine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages