Uses of Package
com.github.javaparser.symbolsolver.cache
-
Packages that use com.github.javaparser.symbolsolver.cache Package Description com.github.javaparser.symbolsolver.cache com.github.javaparser.symbolsolver.resolution.typesolvers -
Classes in com.github.javaparser.symbolsolver.cache used by com.github.javaparser.symbolsolver.cache Class Description Cache A contract that defines a semi-persistent mapping of keys and values.GuavaCache This class is used to wrap a GuavaCache
.InMemoryCache A cache implementation that stores the information in memory.NoCache A cache implementation that does not store any information. -
Classes in com.github.javaparser.symbolsolver.cache used by com.github.javaparser.symbolsolver.resolution.typesolvers Class Description Cache A contract that defines a semi-persistent mapping of keys and values.