public static class PredicateCacheability.CacheKey<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
com.google.common.base.Predicate<? super T> |
predicate |
com.google.common.reflect.TypeToken<T> |
type |
| Constructor and Description |
|---|
PredicateCacheability.CacheKey(com.google.common.reflect.TypeToken<T> type,
com.google.common.base.Predicate<? super T> predicate) |