Searched defs:MemcacheObjectStore (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dmemcache_object_store.py17 class MemcacheObjectStore(ObjectStore): class in inherits:ObjectStore
H A Dobject_store_creator.py7 from memcache_object_store import MemcacheObjectStore namespace
79 chain = (MemcacheObjectStore(namespace), PersistentObjectStore(namespace))

Completed in 177 milliseconds