Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
usr
/
lib64
/
python2.7
/
site-packages
/
Cheetah
/
File Content:
CacheStore.pyo
� [Z-Lc @ sn d Z d d l Z d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d S( s� Provides several CacheStore backends for Cheetah's caching framework. The methods provided by these classes have the same semantics as those in the python-memcached API, except for their return values: set(key, val, time=0) set the value unconditionally add(key, val, time=0) set only if the server doesn't already have this key replace(key, val, time=0) set only if the server already have this key get(key, val) returns val or raises a KeyError delete(key) deletes or raises a KeyError i����Nt Errorc B s e Z RS( ( t __name__t __module__( ( ( s8 /usr/lib64/python2.7/site-packages/Cheetah/CacheStore.pyR s t AbstractCacheStorec B s>