pyroxide.util.cache (version , )
index
/usr/lib/python2.4/site-packages/pyroxide/util/cache.py

Misc. utilities for working with the cache

 
Functions
       
genCacheKey(domainName, objectKeys)
Return a hashed key appropriate for use with memcache.
 
The domainName is a string representing the name of the class of object.
The objectKeys are a list of keys that uniquely identify the object (These
are typically the database primary keys)

 
Data
        __HeadURL__ = '$URL$'
__Id__ = '$Id$'
__LastChangedBy__ = '$Author$'
__LastChangedDate__ = '$Date$'
__Revision__ = '$Rev$'
__copyright__ = '(c) 2007 rootsmith Inc.'
__credits__ = ''
__date__ = ''
__version__ = ''

 
Credits