Package com.github.javaparser.symbolsolver.cache


package com.github.javaparser.symbolsolver.cache
  • Class
    Description
    Cache<K,V>
    A contract that defines a semi-persistent mapping of keys and values.
    This class is used to wrap a Guava Cache.
    A cache implementation that stores the information in memory.
    NoCache<K,V>
    A cache implementation that does not store any information.