Package entropy :: Module cache

Module cache

source code


Author: Fabio Erculiani <lxnay@sabayonlinux.org>

Contact: lxnay@sabayonlinux.org

Copyright: Fabio Erculiani

License: GPL-2

Entropy Framework cache module.

This module contains the Entropy, asynchronous caching logic. It is not meant to handle cache pollution management, because this is either handled implicitly when cached items are pulled in or by using entropy.dump or cache cleaners (see entropy.client.interfaces.cache mixin methods)

Classes
  EntropyCacher
Entropy asynchronous and synchronous cache writer and reader.