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.ext.admin.MemcachePageHandler Class Reference
Inheritance diagram for google.appengine.ext.admin.MemcachePageHandler:
google.appengine.ext.admin.BaseRequestHandler google.appengine.ext.webapp._webapp25.RequestHandler

Public Member Functions

def get
 
def post
 
- Public Member Functions inherited from google.appengine.ext.admin.BaseRequestHandler
def generate
 
def base_path
 
def filter_url
 
def in_production
 
def interactive_console_enabled
 
- Public Member Functions inherited from google.appengine.ext.webapp._webapp25.RequestHandler
def initialize
 
def get
 
def post
 
def head
 
def options
 
def put
 
def delete
 
def trace
 
def error
 
def redirect
 
def handle_exception
 
def new_factory
 
def get_url
 

Static Public Attributes

string PATH = '/memcache'
 
tuple TYPES
 
string DEFAULT_TYPESTR_FOR_NEW = 'String'
 

Additional Inherited Members

- Public Attributes inherited from google.appengine.ext.webapp._webapp25.RequestHandler
 request
 
 response
 

Detailed Description

Shows stats about memcache and query form to get values.

Member Function Documentation

def google.appengine.ext.admin.MemcachePageHandler.get (   self)
Show template and prepare stats and/or key+value to display/edit.
def google.appengine.ext.admin.MemcachePageHandler.post (   self)
Handle modifying actions and/or redirect to GET page.

Member Data Documentation

tuple google.appengine.ext.admin.MemcachePageHandler.TYPES
static
Initial value:
1 = ((str, str, 'String'),
2  (unicode, unicode, 'Unicode String'),
3  (bool, lambda value: MemcachePageHandler._ToBool(value), 'Boolean'),
4  (int, int, 'Integer'),
5  (long, long, 'Long Integer'),
6  (float, float, 'Float'))

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