Skip to content

Neelaksh-Singh/cache_it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cache_it

A library providing in-memory, thread-safe caching for general use. Currently has provisions for LRU, FIFO and LIFO cache.

💻 Installation And Running

!!! Having Python is a must. !!!

Python 3.6+ is required to run code from this repo.

$ git clone https://github.com/Neelaksh-Singh/cache_it.git
$ cd cache_it/

You can initiate the cache object, present in cache.py, by passing the desired cache technique along with cache size.

Custom Cache

You can create your custom cache and adding it to eviction_policies folder. For maintanibilty, you can use the template standard.

About

A library providing in-memory caching for general use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages