| Package | Description |
|---|---|
| org.gcube.common.clients.cache |
| Modifier and Type | Method and Description |
|---|---|
static Key |
Key.key(String name,
Query<?> query)
|
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointCache.clear(Key key)
Resets the cache for a given
Key. |
void |
DefaultEndpointCache.clear(Key key) |
A |
EndpointCache.get(Key key)
Returns the address cached for a given
Key |
A |
DefaultEndpointCache.get(Key key) |
void |
EndpointCache.put(Key Key,
A address)
Caches an endpoint address for a given
Key |
void |
DefaultEndpointCache.put(Key key,
A address) |
Copyright © 2017. All Rights Reserved.