fictive.cache package

Submodules

fictive.cache.abstract

Provides a base class for automatically managed read-through cacheing behavior

fictive.cache.base

Basic implementations of the AbstractCache interface

fictive.cache.memoize(*, cache_factory[, …])

Decorator that memoizes the decorated callable using caches

fictive.cache.mixins

fictive.cache.mixins

fictive.cache.multilevel

Chain together multiple caches for tiered cacheing strategy

Module contents

Cacheing primitives