package cached
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class CacheAwareStore(localStore: xsbti.compile.AnalysisStore, cacheProvider: CacheProvider, projectLocation: File) extends xsbti.compile.AnalysisStore with Product with Serializable
- trait CacheProvider extends AnyRef
- sealed trait CleanOutputMode extends AnyRef
- trait CompilationCache extends AnyRef
- class ExportableCache extends CompilationCache
- case class ProjectRebasedCache(remoteRoot: Path, cacheLocation: Path) extends CompilationCache with Product with Serializable
Value Members
- object CleanClasses extends CleanOutputMode with Product with Serializable
- object CleanOutput extends CleanOutputMode with Product with Serializable
- object FailOnNonEmpty extends CleanOutputMode with Product with Serializable