Package org.gcube.common.clients
Class Utils
- java.lang.Object
-
- org.gcube.common.clients.Utils
-
public class Utils extends Object
Library-wide utilities- Author:
- Fabio Simeoni
-
-
Field Summary
Fields Modifier and Type Field Description static org.gcube.common.clients.cache.EndpointCache<EndpointReference>globalCacheShared endpoint cache.
-
Constructor Summary
Constructors Constructor Description Utils()
-
-
-
Field Detail
-
globalCache
public static org.gcube.common.clients.cache.EndpointCache<EndpointReference> globalCache
Shared endpoint cache.
-
-