App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Static Public Attributes | List of all members
google.appengine.api.memcache.memcache_stub.MemcacheServiceStub Class Reference
Inheritance diagram for google.appengine.api.memcache.memcache_stub.MemcacheServiceStub:
google.appengine.api.apiproxy_stub.APIProxyStub

Public Member Functions

def __init__
 
- Public Member Functions inherited from google.appengine.api.apiproxy_stub.APIProxyStub
def __init__
 
def CreateRPC
 
def MakeSyncCall
 
def SetError
 

Static Public Attributes

 THREADSAFE = True
 
- Static Public Attributes inherited from google.appengine.api.apiproxy_stub.APIProxyStub
 THREADSAFE = False
 

Additional Inherited Members

- Public Attributes inherited from google.appengine.api.apiproxy_stub.APIProxyStub
 request_data
 

Detailed Description

Python only memcache service stub.

This stub keeps all data in the local process' memory, not in any
external servers.

Constructor & Destructor Documentation

def google.appengine.api.memcache.memcache_stub.MemcacheServiceStub.__init__ (   self,
  gettime = time.time,
  service_name = 'memcache' 
)
Initializer.

Args:
  gettime: time.time()-like function used for testing.
  service_name: Service name expected for all calls.

The documentation for this class was generated from the following file: