Uses of Enum Class
org.serviceconnector.cache.SC_CACHING_METHOD
Packages that use SC_CACHING_METHOD
-
Uses of SC_CACHING_METHOD in org.serviceconnector.api
Methods in org.serviceconnector.api that return SC_CACHING_METHODMethods in org.serviceconnector.api with parameters of type SC_CACHING_METHODModifier and TypeMethodDescriptionvoidSCMessage.setCachingMethod(SC_CACHING_METHOD cachingMethod) Sets the caching method. -
Uses of SC_CACHING_METHOD in org.serviceconnector.cache
Methods in org.serviceconnector.cache that return SC_CACHING_METHODModifier and TypeMethodDescriptionstatic SC_CACHING_METHODSC_CACHING_METHOD.getCachingMethod(String methodString) Gets the caching method.Get theEnumconstant by looking up the code in the reverse enum mapstatic SC_CACHING_METHODReturns the enum constant of this class with the specified name.static SC_CACHING_METHOD[]SC_CACHING_METHOD.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.serviceconnector.cache with parameters of type SC_CACHING_METHODModifier and TypeMethodDescriptionvoidSCCacheMetaEntry.setCachingMethod(SC_CACHING_METHOD cachingMethod) Sets the caching method.