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