Uses of Class
org.gcube.common.clients.cache.Key
-
Packages that use Key Package Description org.gcube.common.clients.cache -
-
Uses of Key in org.gcube.common.clients.cache
Methods in org.gcube.common.clients.cache that return Key Modifier and Type Method Description static KeyKey. key(String name, Query<?> query)Methods in org.gcube.common.clients.cache with parameters of type Key Modifier and Type Method Description voidDefaultEndpointCache. clear(Key key)voidEndpointCache. clear(Key key)Resets the cache for a givenKey.ADefaultEndpointCache. get(Key key)AEndpointCache. get(Key key)Returns the address cached for a givenKeyvoidDefaultEndpointCache. put(Key key, A address)voidEndpointCache. put(Key Key, A address)Caches an endpoint address for a givenKey
-