:tocdepth: 3 :py:mod:`gws.gis.cache` ======================= .. py:module:: gws.gis.cache **Source code:** :source:`gws.gis.cache` Submodules ---------- .. toctree:: :titlesonly: :maxdepth: 1 cli/index.rst core/index.rst Package Contents ---------------- .. py:class:: Config(*args, **kwargs) Bases: :py:obj:`gws.Config` Global cache options .. py:attribute:: seedingConcurrency :type: int :value: 1 number of concurrent seeding jobs .. py:attribute:: seedingMaxTime :type: gws.Duration :value: '600' max. time for a seeding job .. py:function:: store_in_web_cache(url: str, img: bytes)