Package com.github.javaparser.resolution.cache
package com.github.javaparser.resolution.cache
-
ClassDescriptionCache<K,
V> A contract that defines a semi-persistent mapping of keys and values.GuavaCache<K,V> This class is used to wrap a GuavaCache
.InMemoryCache<K,V> A cache implementation that stores the information in memory.NoCache<K,V> A cache implementation that does not store any information.