Class NoCache<K,V>
java.lang.Object
com.github.javaparser.symbolsolver.cache.NoCache<K,V>
- Type Parameters:
K- The key type.V- The value type.
- All Implemented Interfaces:
com.github.javaparser.resolution.cache.Cache<K,V>
public class NoCache<K,V>
extends Object
implements com.github.javaparser.resolution.cache.Cache<K,V>
A cache implementation that does not store any information.
-
Constructor Details
-
NoCache
public NoCache()
-
-
Method Details
-
create
-
put
-
get
-
remove
-
removeAll
-
contains
-
size
-
isEmpty
-
stats
-