Uses of Interface
com.google.appengine.api.memcache.AsyncMemcacheService
Packages that use AsyncMemcacheService
Package
Description
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 AsyncMemcacheServiceModifier and TypeMethodDescriptionIMemcacheServiceFactory.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.