Uses of Class
org.gcube.common.clients.cache.Key

Packages that use Key
org.gcube.common.clients.cache   
 

Uses of Key in org.gcube.common.clients.cache
 

Methods in org.gcube.common.clients.cache that return Key
static Key Key.key(String name, Query<?> query)
          Creates a Key with a given service name and Query
 

Methods in org.gcube.common.clients.cache with parameters of type Key
 void DefaultEndpointCache.clear(Key key)
           
 void EndpointCache.clear(Key key)
          Resets the cache for a given Key.
 A DefaultEndpointCache.get(Key key)
           
 A EndpointCache.get(Key key)
          Returns the address cached for a given Key
 void DefaultEndpointCache.put(Key key, A address)
           
 void EndpointCache.put(Key Key, A address)
          Caches an endpoint address for a given Key
 



Copyright © 2013. All Rights Reserved.