Uses of Class
com.google.appengine.api.memcache.MemcacheService.CasValues
-
Packages that use MemcacheService.CasValues Package Description com.google.appengine.api.memcache Provides fast but unreliable data storage, also accessible via a JCache interface. -
-
Uses of MemcacheService.CasValues in com.google.appengine.api.memcache
Method parameters in com.google.appengine.api.memcache with type arguments of type MemcacheService.CasValues Modifier and Type Method Description <T> Future<Set<T>>AsyncMemcacheService. putIfUntouched(Map<T,MemcacheService.CasValues> values)<T> Future<Set<T>>AsyncMemcacheService. putIfUntouched(Map<T,MemcacheService.CasValues> values, Expiration expiration)<T> Set<T>MemcacheService. putIfUntouched(Map<T,MemcacheService.CasValues> values)Convenience shortcut, equivalent toputIfUntouched(values, null).<T> Set<T>MemcacheService. putIfUntouched(Map<T,MemcacheService.CasValues> values, Expiration expiration)A batch-processing variant ofMemcacheService.putIfUntouched(Object, IdentifiableValue,Object,Expiration).
-