Uses of Interface
com.google.appengine.api.memcache.MemcacheService
-
Packages that use MemcacheService Package Description com.google.appengine.api.memcache Provides fast but unreliable data storage, also accessible via a JCache interface. -
-
Uses of MemcacheService in com.google.appengine.api.memcache
Methods in com.google.appengine.api.memcache that return MemcacheService Modifier and Type Method Description MemcacheService
IMemcacheServiceFactory. getMemcacheService(String namespace)
Gets a handle to the cache service, forcing use of specific namespace.static MemcacheService
MemcacheServiceFactory. getMemcacheService()
Gets a handle to the cache service.static MemcacheService
MemcacheServiceFactory. getMemcacheService(String namespace)
Gets a handle to the cache service, forcing use of specific namespace.
-