:py:mod:`store.cache` ===================== .. py:module:: store.cache .. autoapi-nested-parse:: Store caching layer. Subpackages ----------- .. toctree:: :titlesonly: :maxdepth: 3 backends/index.rst Package Contents ---------------- Functions ~~~~~~~~~ .. autoapisummary:: store.cache.load_cache .. py:function:: load_cache(name: str = 'file-cache', configuration: Any = None) -> e3.store.cache.backends.base.Cache Load a cache backend by name. :param name: name of the cache backend to load :param configuration: configuration for the cache backend :return: a cache backend instance