The setOrgDefaultCachePolicy() GraphQL mutation is used to set the default cache policy of the current organization. This policy will be applied to repositories within the current organizatio if a repository cache policy is set. This field is not yet available. It's described here as a preview. Cache policies are a limited feature and is subject to change.

For information on configuring a cache, see the CACHE_STORAGE_DIRECTORY reference page.

Syntax

Below is the syntax for the setOrgDefaultCachePolicy() mutation field:

setOrgDefaultCachePolicy(input: SetOrgDefaultCachePolicyInput!): boolean!

Given Datatypes

For the given datatype, SetOrgDefaultCachePolicyInput, there are several parameters that may be given. Below is a list of them along with their datatypes and a description of each:

Table: SetOrgDefaultCachePolicyInput

ParameterTypeRequired[a]DefaultDescription
policyCachePolicyInput  The organization's default cache policy to set. (see CachePolicyInput Table).

[a] Some arguments may be required, as indicated in this column. For some fields, this column indicates that a result will always be returned for it.