Uses of Class
com.github.javaparser.symbolsolver.cache.InMemoryCache
-
Packages that use InMemoryCache Package Description com.github.javaparser.symbolsolver.cache -
-
Uses of InMemoryCache in com.github.javaparser.symbolsolver.cache
Methods in com.github.javaparser.symbolsolver.cache that return InMemoryCache Modifier and Type Method Description static <expectedK,expectedV>
InMemoryCache<expectedK,expectedV>InMemoryCache. create()
Create a new instance for a cache in memory.
-