Uses of Class
com.microsoft.azure.toolkit.lib.common.cache.LRUStack
-
Packages that use LRUStack Package Description com.microsoft.azure.toolkit.lib.common.cache -
-
Uses of LRUStack in com.microsoft.azure.toolkit.lib.common.cache
Methods in com.microsoft.azure.toolkit.lib.common.cache that return LRUStack Modifier and Type Method Description static <T> LRUStack<T>CacheManager. getUsageHistory(Class<T> clazz)static <T> LRUStack<T>CacheManager. getUsageHistory(String name)
-