public class CacheHit<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> CacheHit<T> |
empty() |
boolean |
equals(Object o) |
T |
getValue() |
int |
hashCode() |
boolean |
isEmpty() |
static <T> CacheHit<T> |
of(T value) |
String |
toString() |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.