gws.gis.cache

Source code: gws.gis.cache

Submodules

Package Contents

class gws.gis.cache.Config(*args, **kwargs)

Bases: gws.Config

Global cache options

seedingMaxTime: gws.Duration = '600'

max. time for a seeding job

seedingConcurrency: int = 1

number of concurrent seeding jobs

gws.gis.cache.store_in_web_cache(url: str, img: bytes)