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 MemcacheServiceIMemcacheServiceFactory. getMemcacheService(String namespace)Gets a handle to the cache service, forcing use of specific namespace.static MemcacheServiceMemcacheServiceFactory. getMemcacheService()Gets a handle to the cache service.static MemcacheServiceMemcacheServiceFactory. getMemcacheService(String namespace)Gets a handle to the cache service, forcing use of specific namespace.
-