Class UriTargetCache<K>
java.lang.Object
ch.tocco.nice2.netui.spi.bind.util.UriTargetCache<K>
Deprecated.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
UriTargetCache.Creator<T extends UriTarget,
K> Deprecated.static interface
Deprecated. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
UriTargetCache
public UriTargetCache(org.slf4j.Logger log) Deprecated.
-
-
Method Details
-
get
public <T extends UriTarget> T get(K key, Class<T> expectedType, UriTargetCache.Creator<T, K> creator) throws UnresolvableUriExceptionDeprecated.- Throws:
UnresolvableUriException
-
get
@Nullable public <T extends UriTarget> T get(K key, Class<T> expectedType) throws UnresolvableUriException Deprecated.- Throws:
UnresolvableUriException
-
put
Deprecated. -
remove
Deprecated. -
contains
Deprecated. -
clear
public void clear()Deprecated. -
destroy
public void destroy()Deprecated.
-