| Current Path : /opt/alt/python37/lib/python3.7/site-packages/py/_path/__pycache__/ |
| Current File : //opt/alt/python37/lib/python3.7/site-packages/py/_path/__pycache__/cacheutil.cpython-37.pyc |
B
���]w
� @ sd d Z ddlmZ G dd� de�ZG dd� de�ZG dd� de�ZG d d
� d
e�ZG dd� de�Zd
S )z�
This module contains multithread-safe cache implementations.
All Caches have
getorbuild(key, builder)
delentry(key)
methods and allow configuration when instantiating the cache class.
� )�timec @ sH e Zd Zddd�Zdd� Zdd� Zdd � Zddd�Zd
d� Zdd� Z dS )�
BasicCache� c C s"