ProjectCache

Information about the cache for the build project.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines the scope of the cache. You can use this namespace to share a cache across multiple projects. For more information, see Cache sharing between projects in the CodeBuild User Guide.

Link copied to clipboard

Information about the cache location:

Link copied to clipboard

An array of strings that specify the local cache modes. You can use one or more local cache modes at the same time. This is only used for LOCAL cache types.

Link copied to clipboard

The type of cache used by the build project. Valid values include:

Functions

Link copied to clipboard
inline fun copy(block: ProjectCache.Builder.() -> Unit = {}): ProjectCache
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String