Hierarchy For Package com.github.javaparser.resolution.cache

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • com.github.javaparser.resolution.cache.GuavaCache<K,V> (implements com.github.javaparser.resolution.cache.Cache<K,V>)
    • com.github.javaparser.resolution.cache.InMemoryCache<K,V> (implements com.github.javaparser.resolution.cache.Cache<K,V>)
    • com.github.javaparser.resolution.cache.NoCache<K,V> (implements com.github.javaparser.resolution.cache.Cache<K,V>)

Interface Hierarchy

  • com.github.javaparser.resolution.cache.Cache<K,V>