Package org.gcube.common.clients.cache
Class Key
- java.lang.Object
-
- org.gcube.common.clients.cache.Key
-
public final class Key extends Object
Keys for cross-serviceEndpointCaches comprised of a service name, aQuery, and a scope.Keys are value objects with informative string representations.
- Author:
- Fabio Simeoni
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()static Keykey(String name, Query<?> query)StringtoString()
-