Uses of Interface
com.google.appengine.api.memcache.ConsistentErrorHandler
Packages that use ConsistentErrorHandler
Package
Description
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 ConsistentErrorHandlerModifier and TypeClassDescriptionclassSimilar to the deprecatedLogAndContinueErrorHandlerbut consistently handles all back-end related errors.classA strict error handler, which will throwMemcacheServiceExceptionorInvalidValueExceptionfor any service error condition.