tiled.server.object_cache.ObjectCache.discard_dask

ObjectCache.discard_dask(*keys)[source]

Discard one or more dask tasks from the cache, if present.

Internally, cached dask keys are prefixed to avoid collisions. That is why it has a method separate from discard().