21811: Merge branch 'main' into 21811-side-favorites-test
[arvados.git] / sdk / python / arvados / cache.py
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4 """arvados.cache - Shim compatibility module
5
6 This module used to define `arvados.cache.SafeHTTPCache`. Now it only exists
7 to provide backwards compatible imports. New code should prefer to import
8 `arvados.api.ThreadSafeHTTPCache`.
9
10 @private
11 """
12
13 from .api import ThreadSafeHTTPCache as SafeHTTPCache