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