Class CacheType


  • public final class CacheType
    extends com.azure.core.util.ExpandableStringEnum<CacheType>
    Defines values for CacheType.
    • Field Detail

      • ALL

        public static final CacheType ALL
        Static value All for CacheType.
    • Constructor Detail

      • CacheType

        public CacheType()
    • Method Detail

      • fromString

        public static CacheType fromString​(String name)
        Creates or finds a CacheType from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding CacheType.