Uses of Class
io.github.cdklabs.projen.gitlab.CachePolicy
-
Packages that use CachePolicy Package Description io.github.cdklabs.projen.gitlab -
-
Uses of CachePolicy in io.github.cdklabs.projen.gitlab
Methods in io.github.cdklabs.projen.gitlab that return CachePolicy Modifier and Type Method Description default CachePolicyCache. getPolicy()(experimental) Defines the upload and download behaviour of the cache.CachePolicyCache.Jsii$Proxy. getPolicy()static CachePolicyCachePolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static CachePolicy[]CachePolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.cdklabs.projen.gitlab with parameters of type CachePolicy Modifier and Type Method Description Cache.BuilderCache.Builder. policy(CachePolicy policy)Sets the value ofCache.getPolicy()
-