store.cache¶
Store caching layer.
Subpackages¶
Package Contents¶
Functions¶
|
Load a cache backend by name. |
- store.cache.load_cache(name: str = 'file-cache', configuration: Any = None) e3.store.cache.backends.base.Cache¶
Load a cache backend by name.
- Parameters:
name – name of the cache backend to load
configuration – configuration for the cache backend
- Returns:
a cache backend instance