Uses of Package
com.google.appengine.api.memcache
-
Packages that use com.google.appengine.api.memcache Package Description com.google.appengine.api.memcache Provides fast but unreliable data storage, also accessible via a JCache interface. -
Classes in com.google.appengine.api.memcache used by com.google.appengine.api.memcache Class Description AsyncMemcacheService An asynchronous version ofMemcacheService.BaseMemcacheService Methods that are common betweenMemcacheServiceandAsyncMemcacheService.ConsistentErrorHandler A marker interface to indicate that allMemcacheServiceExceptionexceptions should be handled byErrorHandler.handleServiceError(MemcacheServiceException).ErrorHandler Handles errors raised by theMemcacheService, registered withBaseMemcacheService.setErrorHandler(ErrorHandler).Expiration Expiration specifications onMemcacheService.putAll(Map , Expiration)andMemcacheService.put(Object, Object, Expiration)operations.InvalidValueException Thrown when a cache entry has content, but it cannot be read.LogAndContinueErrorHandler The default error handler, which will cause most service errors to behave as though there were a cache miss, not an error.MemcacheSerialization.Flag Values used as flags on the MemcacheService's values.MemcacheSerialization.ValueAndFlags Tuple of a serialized byte array value and associated flags to interpret that value.MemcacheService The Java API for the App Engine Memcache service.MemcacheService.CasValues A holder for compare and set values.MemcacheService.IdentifiableValue Encapsulates an Object that is returned byMemcacheService.getIdentifiable(java.lang.Object).MemcacheService.SetPolicy Cache replacement strategies forMemcacheService.put(java.lang.Object, java.lang.Object, com.google.appengine.api.memcache.Expiration, com.google.appengine.api.memcache.MemcacheService.SetPolicy)operations, indicating how to handle putting a value that already exists.MemcacheServiceException An exception for backend non-availability or similar error states which may occur, but are not necessarily indicative of a coding or usage error by the application.Stats Statistics from the cache, available viaMemcacheService.getStatistics()StrictErrorHandler A strict error handler, which will throwMemcacheServiceExceptionorInvalidValueExceptionfor any service error condition.