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 interface
AsyncMemcacheService
An asynchronous version ofMemcacheService
.interface
MemcacheService
The Java API for the App Engine Memcache service.
-