blob: ee5269d9eb0e4710587fa0227b20e2b3260853fa [file] [log] [blame]
import warnings
from . import Cache
warnings.warn(
"cachetools.cache is deprecated, please use cachetools.Cache",
DeprecationWarning,
stacklevel=2,
)