Skip to content

bal2ag/cachual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cachual

Build

Documentation Status

Coverage

Cachual provides an easy way to cache the return values of your Python functions with a simple decorator:

from cachual import RedisCache
cache = RedisCache()

@cache.cached(ttl=360)
def get_user_email(user_id):
    ...

Installation

Installation is very easy with pip:

pip install Cachual

Docs

Check out the full documentation.

About

Cache the return values of your Python functions with a simple decorator.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages