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 TypeClassDescriptionclass
Similar to the deprecatedLogAndContinueErrorHandler
but consistently handles all back-end related errors.class
A strict error handler, which will throwMemcacheServiceException
orInvalidValueException
for any service error condition.