관리-도구
편집 파일: cache.cpython-312.pyc
� G��e� � � � d Z ddlmZ ddlmZ ddlmZmZmZ erddl m Z G d� d� Z G d� d e � Z G d � de � Zy) zb The cache object API for implementing caches. The default is a thread safe in-memory dictionary. � )�annotations)�Lock)�IO� TYPE_CHECKING�MutableMapping)�datetimec �>