:py:mod:`lager.cache`
=====================

.. py:module:: lager.cache


Module Contents
---------------

Classes
~~~~~~~

.. autoapisummary::

   lager.cache.PersistentCache




Attributes
~~~~~~~~~~

.. autoapisummary::

   lager.cache.redis


.. py:data:: redis
   

   

.. py:class:: PersistentCache(provider=None)

   .. py:method:: _check_provider()


   .. py:method:: store(key, data)


   .. py:method:: load(key)


   .. py:method:: delete(key)


   .. py:method:: clear()