Skip to main content

The Python Cache Toolkit.

Project description

Cache Alchemy

https://img.shields.io/pypi/v/cache-alchemy.svg https://img.shields.io/travis/GuangTianLi/cache-alchemy.svg Documentation Status https://img.shields.io/pypi/pyversions/cache-alchemy.svg https://codecov.io/gh/GuangTianLi/cache-alchemy/branch/master/graph/badge.svg https://img.shields.io/badge/code%20style-black-000000.svg

The Python Cache Toolkit.

Installation

$ pipenv install cache-alchemy
✨🍰✨

Only Python 3.6+ is supported.

Example

from cache_alchemy import memory_cache, redis_cache
from cache_alchemy.config import DefaultConfig
from redis import StrictRedis

config = DefaultConfig()
config.client = StrictRedis.from_url(config.CACHE_ALCHEMY_REDIS_URL, decode_responses=True)

@memory_cache
def add(i: complex, j: complex) -> complex:
    return i + j

@redis_cache
def add(i: int, j: int) -> int:
    return i + j

Features

  • Cache Json Serializable function return value with Distributed Redis Cache

  • Cache any function return value with Distributed Memory Cache

  • LRU Dict support - behave like normal dict

TODO

History

0.2.* (2019)

  • Support Partially Clear Cache with Arguments

  • Cache Redis Client Must Decode Responses

0.1.* (2019)

  • Support Method and Property Cache

  • Support cache as a decorator with no arguments.

  • Init Project.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cache-alchemy-0.2.2.tar.gz (17.2 kB view details)

Uploaded Source

Built Distribution

cache_alchemy-0.2.2-py2.py3-none-any.whl (10.9 kB view details)

Uploaded Python 2Python 3

File details

Details for the file cache-alchemy-0.2.2.tar.gz.

File metadata

  • Download URL: cache-alchemy-0.2.2.tar.gz
  • Upload date:
  • Size: 17.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.7.1

File hashes

Hashes for cache-alchemy-0.2.2.tar.gz
Algorithm Hash digest
SHA256 d5cc9493074d1f2b5ad3b1dd9db9387107dbef27432d8324127058e1e9bc38b8
MD5 801aebee2deccc93713d9059f67d8c05
BLAKE2b-256 bdca2663de628fd14606f88ada1a7121bb4ae0ffed8a424b570c3b750803787f

See more details on using hashes here.

File details

Details for the file cache_alchemy-0.2.2-py2.py3-none-any.whl.

File metadata

  • Download URL: cache_alchemy-0.2.2-py2.py3-none-any.whl
  • Upload date:
  • Size: 10.9 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.7.1

File hashes

Hashes for cache_alchemy-0.2.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 c43b6e811f0575ac2b7508d2f92eef4050d57a057d73006999d1e9c45e978768
MD5 9802a989a66784f1f1b6398a2bb5f5ab
BLAKE2b-256 b6658ab483789f34780cff73c214d5fb00a2b3779e4585c5cd3c704d614e757c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page