Uses of Interface
com.google.appengine.api.memcache.ConsistentErrorHandler
-
Packages that use ConsistentErrorHandler Package Description com.google.appengine.api.memcache Provides fast but unreliable data storage, also accessible via a JCache interface. -
-
Uses of ConsistentErrorHandler in com.google.appengine.api.memcache
Classes in com.google.appengine.api.memcache that implement ConsistentErrorHandler Modifier and Type Class Description class
ConsistentLogAndContinueErrorHandler
Similar to the deprecatedLogAndContinueErrorHandler
but consistently handles all back-end related errors.class
StrictErrorHandler
A strict error handler, which will throwMemcacheServiceException
orInvalidValueException
for any service error condition.
-