|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.appengine.api.memcache.MemcacheServiceFactory
public class MemcacheServiceFactory
The factory by which users acquire a handle to the MemcacheService.
Method Summary | |
---|---|
static MemcacheService |
getMemcacheService()
Gets a handle to the cache service. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static MemcacheService getMemcacheService()
MemcacheService
instances
as it finds convenient.
If using multiple instances, note that the error handler established with
MemcacheService.setErrorHandler()
is specific to each instance, as is the
namespace set by MemcacheService.setNamespace(String)
and
read by MemcacheService.getNamespace()
.
MemcacheService
instance.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |