public class InMemoryCASResponse<T> extends Object implements ProxyCASResponse<T>
| Constructor and Description |
|---|
InMemoryCASResponse(long cas,
T value) |
public InMemoryCASResponse(long cas,
T value)
public T getValue()
getValue in interface ProxyCASResponse<T>public long getCas()
getCas in interface ProxyCASResponse<T>Copyright © 2018. All rights reserved.