Thanks to visit codestin.com
Credit goes to github.com

Skip to content

thulio/micro-cache

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

micro-cache

Simple memory cache for simple rotines. Great use to prevent IO.

Sample

Sample using Django ORM

from microcache import MicroCache

microCache = MicroCache()
users = microCache.get('users', User.objects.all)

Please help out

This project is still under development. Feedback and suggestions are very welcome and I encourage you to use the Issues list on Github to provide that feedback.

Feel free to fork this repo and to commit your additions. For a list of all contributors, please see the AUTHORS file.

About

Simple memory cache for simple rotines. Great use to prevent IO.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%