A - the type of service addressespublic interface EndpointCache<A>
DiscoveryDelegates.Key,
DiscoveryDelegatevoid clear(Key key) throws IllegalArgumentException
Key.key - the keyIllegalArgumentException - if the key is nullA get(Key key) throws IllegalArgumentException
Keykey - the keynull if there is no endpoint address cached for the serviceIllegalArgumentException - if the key is nullvoid put(Key Key, A address) throws IllegalArgumentException
Keykey - the keyaddress - the addressIllegalArgumentException - if the key or the address are nullCopyright © 2017. All Rights Reserved.