Class MemcacheService.CasValues
java.lang.Object
com.google.appengine.api.memcache.MemcacheService.CasValues
- Enclosing interface:
- MemcacheService
A holder for compare and set values.
expiration
and newValue
can be null.-
Constructor Summary
ConstructorsConstructorDescriptionCasValues
(MemcacheService.IdentifiableValue oldValue, Object newValue) CasValues
(MemcacheService.IdentifiableValue oldValue, Object newValue, Expiration expiration) -
Method Summary
-
Constructor Details
-
CasValues
-
CasValues
public CasValues(MemcacheService.IdentifiableValue oldValue, Object newValue, Expiration expiration)
-
-
Method Details