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