File: //opt/alt/python37/lib/python3.7/site-packages/cachetools/__pycache__/__init__.cpython-37.pyc
B
��fb � @ s$ d Z dZdZddlZddlZddlZddlZddlZddlZddl m
Z
G dd� d�ZG d d
� d
ejj
�ZG dd� de�ZG d
d� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�Ze�dddddg�Ze
jdd fd!d"�Ze
jdfd#d$�ZdS )%z0Extensible memoizing collections and decorators.)
�Cache� FIFOCache�LFUCache�LRUCache�MRUCache�RRCache� TLRUCache�TTLCache�cached�cachedmethodz5.4.0� N� )�keysc @ s( e Zd ZdZdd� Zdd� Zdd� ZdS ) �_DefaultSize� c C s dS )Nr r )�self�_r r �D/opt/alt/python37/lib/python3.7/site-packages/cachetools/__init__.py�__getitem__ s z_DefaultSize.__getitem__c C s |dkst �d S )Nr )�AssertionError)r r �valuer r r �__setitem__# s z_DefaultSize.__setitem__c C s dS )Nr r )r r r r r �pop&