| Package | Description |
|---|---|
| com.google.template.soy.shared |
Classes shared between multiple backends or between frontend and backend.
|
| Modifier and Type | Method and Description |
|---|---|
SoyAstCache.VersionedFile |
SoyAstCache.get(String fileName,
SoyFileSupplier.Version version)
Retrieves a cached version of this file supplier AST, if any.
|
static SoyAstCache.VersionedFile |
SoyAstCache.VersionedFile.of(SoyFileNode file,
SoyFileSupplier.Version version) |
| Modifier and Type | Method and Description |
|---|---|
void |
SoyAstCache.put(String fileName,
SoyAstCache.VersionedFile versionedFile)
Stores a cached version of the AST.
|