| Package | Description |
|---|---|
| com.google.gwt.dev | |
| com.google.gwt.dev.javac |
| Modifier and Type | Method and Description |
|---|---|
UnitCache |
CompilerContext.getUnitCache() |
| Modifier and Type | Method and Description |
|---|---|
CompilerContext.Builder |
CompilerContext.Builder.unitCache(UnitCache unitCache) |
| Modifier and Type | Class and Description |
|---|---|
class |
LibraryGroupUnitCache
A cache that finds compilation unit instances in a library group.
ContentId based lookups are not supported since having multiple versions of the same compilation unit in a set of libraries would be an error. Removals are not supported since libraries are immutable and the removals would only be needed if library contents were invalid. |
| Modifier and Type | Method and Description |
|---|---|
static UnitCache |
UnitCacheFactory.get(TreeLogger logger,
File cacheDir)
If the cache is enabled, instantiates the cache and begins loading units
into memory in a background thread.
|
Copyright © 2018. All rights reserved.