Uses of Class
com.microsoft.azure.toolkit.lib.common.cache.Cache1
-
Packages that use Cache1 Package Description com.microsoft.azure.toolkit.lib.common.cache com.microsoft.azure.toolkit.lib.common.model -
-
Uses of Cache1 in com.microsoft.azure.toolkit.lib.common.cache
Fields in com.microsoft.azure.toolkit.lib.common.cache with type parameters of type Cache1 Modifier and Type Field Description private static ThreadLocal<Stack<Cache1<?>>>Cache1. cachingMethods in com.microsoft.azure.toolkit.lib.common.cache that return Cache1 Modifier and Type Method Description Cache1<T>Cache1. onStatusChanged(java.util.function.Consumer<String> onNewStatus)Cache1<T>Cache1. onValueChanged(java.util.function.BiConsumer<T,T> onNewValue) -
Uses of Cache1 in com.microsoft.azure.toolkit.lib.common.model
Fields in com.microsoft.azure.toolkit.lib.common.model declared as Cache1 Modifier and Type Field Description private Cache1<R>AbstractAzResource. cache
-