=============
cache package
=============

.. contents::

What is cache ?
===============

The `cache` package provides a unique interface for all code-level cache 
technologies that are availaible with a Plone site.

At this time, `cache` links `plone.memoize` and `lovely.memcached` together
to provide a decorator and a few methods for developers to use memcached.

How to use cache ?
==================

- see doctests/memcache.txt

