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 classConsistentLogAndContinueErrorHandlerSimilar to the deprecatedLogAndContinueErrorHandlerbut consistently handles all back-end related errors.classStrictErrorHandlerA strict error handler, which will throwMemcacheServiceExceptionorInvalidValueExceptionfor any service error condition.
-