Sign in
android
/
platform
/
external
/
python
/
cachetools
/
refs/heads/android13-qpr1-s2-release
/
.
/
src
/
cachetools
/
ttl.py
blob: ef343da4b8e617cfe0f99cc0a7d042535aaab921 [
file
] [
log
] [
blame
] [
edit
]
import
warnings
from
.
import
TTLCache
warnings
.
warn
(
"cachetools.ttl is deprecated, please use cachetools.TTLCache"
,
DeprecationWarning
,
stacklevel
=
2
,
)