create Build Cache Service
abstract fun createBuildCacheService(configuration: T, describer: BuildCacheServiceFactory.Describer): BuildCacheService(source)
Creates a build cache service from the given configuration. Implementations should also provide a description via the given describer.