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