Uses of Interface
com.google.appengine.api.memcache.AsyncMemcacheService
-
Packages that use AsyncMemcacheService Package Description com.google.appengine.api.memcache Provides fast but unreliable data storage, also accessible via a JCache interface. -
-
Uses of AsyncMemcacheService in com.google.appengine.api.memcache
Methods in com.google.appengine.api.memcache that return AsyncMemcacheService Modifier and Type Method Description AsyncMemcacheService
IMemcacheServiceFactory. getAsyncMemcacheService(String namespace)
Similar toIMemcacheServiceFactory.getMemcacheService(String)
but returns a handle to an asynchronous version of the cache service.static AsyncMemcacheService
MemcacheServiceFactory. getAsyncMemcacheService()
Similar toMemcacheServiceFactory.getMemcacheService()
but returns a handle to an asynchronous version of the cache service.static AsyncMemcacheService
MemcacheServiceFactory. getAsyncMemcacheService(String namespace)
Similar toMemcacheServiceFactory.getMemcacheService(String)
but returns a handle to an asynchronous version of the cache service.
-