package cached
Type Members
- case class CacheAwareStore(localStore: AnalysisStore, cacheProvider: CacheProvider, projectLocation: File) extends AnalysisStore with Product with Serializable
- trait CacheProvider extends AnyRef
- trait CompilationCache extends AnyRef
- case class ProjectRebasedCache(remoteRoot: Path, cacheLocation: Path) extends CompilationCache with Product with Serializable