ó
i4Vdc           @   s6   d  Z  d d l m Z m Z d e f d „  ƒ  YZ d S(   s   Dummy cache backendiÿÿÿÿ(   t   DEFAULT_TIMEOUTt	   BaseCachet
   DummyCachec           B   s†   e  Z d  „  Z e d
 d „ Z d
 d
 d „ Z e d
 d „ Z d
 d „ Z d
 d „ Z	 d
 d „ Z
 e d
 d „ Z d
 d „ Z d	 „  Z RS(   c         O   s   t  j |  | | Ž d  S(   N(   R   t   __init__(   t   selft   hostt   argst   kwargs(    (    sn   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/django/core/cache/backends/dummy.pyR      s    c         C   s&   |  j  | d | ƒ} |  j | ƒ t S(   Nt   version(   t   make_keyt   validate_keyt   True(   R   t   keyt   valuet   timeoutR   (    (    sn   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/django/core/cache/backends/dummy.pyt   add
   s    c         C   s&   |  j  | d | ƒ} |  j | ƒ | S(   NR   (   R	   R
   (   R   R   t   defaultR   (    (    sn   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/django/core/cache/backends/dummy.pyt   get   s    c         C   s&   |  j  | d | ƒ} |  j | ƒ d  S(   NR   (   R	   R
   (   R   R   R   R   R   (    (    sn   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/django/core/cache/backends/dummy.pyt   set   s    c         C   s&   |  j  | d | ƒ} |  j | ƒ d  S(   NR   (   R	   R
   (   R   R   R   (    (    sn   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/django/core/cache/backends/dummy.pyt   delete   s    c         C   s   i  S(   N(    (   R   t   keysR   (    (    sn   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/django/core/cache/backends/dummy.pyt   get_many   s    c         C   s&   |  j  | d | ƒ} |  j | ƒ t S(   NR   (   R	   R
   t   False(   R   R   R   (    (    sn   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/django/core/cache/backends/dummy.pyt   has_key   s    c         C   s   d  S(   N(    (   R   t   dataR   R   (    (    sn   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/django/core/cache/backends/dummy.pyt   set_many$   s    c         C   s   d  S(   N(    (   R   R   R   (    (    sn   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/django/core/cache/backends/dummy.pyt   delete_many'   s    c         C   s   d  S(   N(    (   R   (    (    sn   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/django/core/cache/backends/dummy.pyt   clear*   s    N(   t   __name__t
   __module__R   R    t   NoneR   R   R   R   R   R   R   R   R   (    (    (    sn   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/django/core/cache/backends/dummy.pyR      s   	N(   t   __doc__t   django.core.cache.backends.baseR    R   R   (    (    (    sn   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/django/core/cache/backends/dummy.pyt   <module>   s   