register Build Cache Service
abstract fun <T : BuildCache?> registerBuildCacheService(configurationType: Class<T>, buildCacheServiceFactoryType: Class<out BuildCacheServiceFactory<in T>>)(source)
Registers a custom build cache type.
Parameters
configuration Type
Configuration type used to provide parameters to a org.gradle.caching.BuildCacheService
build Cache Service Factory Type
Implementation type of BuildCacheServiceFactory that is used to create a BuildCacheService