Wheezy Caching

Introduction

Wheezy Caching is a python package written in pure Python code. It is a lightweight caching library that provides integration with:

It introduces the idea of cache dependency (effectively invalidate dependent cache items) and other cache related algorithms.

It is optimized for performance, well tested and documented.

Resources:

Table Of Contents

Next topic

Getting Started

This Page