🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-09 14:13:51 | PHP 8.2.33
📂
/ (Root)
/
opt
/
alt
/
python312
/
lib
/
python3.12
/
site-packages
/
pip
/
_vendor
/
cachecontrol
/
__pycache__
📍 /opt/alt/python312/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__
🔄 Refresh
✏️
Editing: cache.cpython-312.pyc
Read Only
� R`i� � � � 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 �>