Uses of Class
com.github.javaparser.symbolsolver.cache.GuavaCache
-
Packages that use GuavaCache Package Description com.github.javaparser.symbolsolver.cache -
-
Uses of GuavaCache in com.github.javaparser.symbolsolver.cache
Methods in com.github.javaparser.symbolsolver.cache that return GuavaCache Modifier and Type Method Description static <expectedK,expectedV>
GuavaCache<expectedK,expectedV>GuavaCache. create(com.google.common.cache.Cache<expectedK,expectedV> guavaCache)
Wrap a Guava cache with a custom cache.
-