Simple memory cache for simple rotines. Great use to prevent IO.
Sample using Django ORM
from microcache import MicroCache
microCache = MicroCache()
users = microCache.get('users', User.objects.all)
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.