| Package | Description |
|---|---|
| com.github.javaparser.resolution.cache |
| Modifier and Type | Class and Description |
|---|---|
class |
GuavaCache<K,V>
This class is used to wrap a Guava
Cache. |
class |
InMemoryCache<K,V>
A cache implementation that stores the information in memory.
|
class |
NoCache<K,V>
A cache implementation that does not store any information.
|
Copyright © 2007–2023. All rights reserved.