Uses of Interface
com.google.appengine.api.memcache.BaseMemcacheService
-
Packages that use BaseMemcacheService Package Description com.google.appengine.api.memcache Provides fast but unreliable data storage, also accessible via a JCache interface. -
-
Uses of BaseMemcacheService in com.google.appengine.api.memcache
Subinterfaces of BaseMemcacheService in com.google.appengine.api.memcache Modifier and Type Interface Description interfaceAsyncMemcacheServiceAn asynchronous version ofMemcacheService.interfaceMemcacheServiceThe Java API for the App Engine Memcache service.
-