Google Cloud Sql Admin V1beta4 Client - Class DataCacheConfig (0.10.0)

Reference documentation and code samples for the Google Cloud Sql Admin V1beta4 Client class DataCacheConfig.

Data cache configurations.

Generated from protobuf message google.cloud.sql.v1beta4.DataCacheConfig

Namespace

Google \ Cloud \ Sql \ V1beta4

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ data_cache_enabled bool

Whether data cache is enabled for the instance.

getDataCacheEnabled

Whether data cache is enabled for the instance.

Returns
TypeDescription
bool

setDataCacheEnabled

Whether data cache is enabled for the instance.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this