Welcome to fcache!

fcache is a simple, persistent, file-based cache module for Python. It uses cPickle to store objects into a cache file and appdirs to ensure that cache files are stored in platform-appropriate, application-specific directories. It supports optional, time-based data expiration.

Indices and tables

Table Of Contents

Next topic

Introduction

This Page