Uses of Enum Class
dev.cachly.api.model.Instance.EngineEnum
Packages that use Instance.EngineEnum
-
Uses of Instance.EngineEnum in dev.cachly.api.model
Methods in dev.cachly.api.model that return Instance.EngineEnumModifier and TypeMethodDescriptionstatic Instance.EngineEnumInstance.getEngine()Cache engine backing this instancestatic Instance.EngineEnumReturns the enum constant of this class with the specified name.static Instance.EngineEnum[]Instance.EngineEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.cachly.api.model with parameters of type Instance.EngineEnumModifier and TypeMethodDescriptionInstance.engine(Instance.EngineEnum engine) voidInstance.setEngine(Instance.EngineEnum engine)