Description
Cachier provides a decorator which you can wrap around your functions to give them a persistent cache. Machine-specific caches use pickle, while MongoDB can be used for cross-machine caching. Caches can be set with shelf life for cached values, and are thread safe.
Cachier alternatives and similar packages
Based on the "Caching" category.
Alternatively, view Cachier alternatives based on common mentions on social networks and blogs.
-
django-cacheops
A slick ORM cache with automatic granular event-driven invalidation. -
DiskCache
Python disk-backed cache (Django-compatible). Faster than Redis and Memcached. Pure-Python. -
python-diskcache
Persistent dict, backed by sqlite3 and pickle, multithread-safe. -
django-cache-machine
Automatic caching and invalidation for Django models through the ORM. -
pylibmc
A Python wrapper around the libmemcached interface from TangentOrg. -
dogpile.cache
dogpile.cache is next generation replacement for Beaker made by same authors. -
django-viewlet
Render template parts with extended cache control. -
HermesCache
Python caching library with tag-based invalidation and dogpile effect prevention.
Updating dependencies is time-consuming.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Cachier or a related project?