Sign in
android
/
platform
/
external
/
python
/
cachetools
/
refs/heads/android13-mainline-os-statsd-release
/
.
/
src
/
cachetools
/
cache.py
blob: ee5269d9eb0e4710587fa0227b20e2b3260853fa [
file
] [
log
] [
blame
] [
edit
]
import
warnings
from
.
import
Cache
warnings
.
warn
(
"cachetools.cache is deprecated, please use cachetools.Cache"
,
DeprecationWarning
,
stacklevel
=
2
,
)