Uses of Enum Class
org.serviceconnector.cache.SC_CACHE_MODULE_TYPE
Packages that use SC_CACHE_MODULE_TYPE
-
Uses of SC_CACHE_MODULE_TYPE in org.serviceconnector.cache
Methods in org.serviceconnector.cache that return SC_CACHE_MODULE_TYPEModifier and TypeMethodDescriptionstatic SC_CACHE_MODULE_TYPEReturns the enum constant of this class with the specified name.static SC_CACHE_MODULE_TYPE[]SC_CACHE_MODULE_TYPE.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SC_CACHE_MODULE_TYPE in org.serviceconnector.cache.ehcache
Methods in org.serviceconnector.cache.ehcache with parameters of type SC_CACHE_MODULE_TYPEModifier and TypeMethodDescriptionstatic ISCCacheModule<?>SCCacheFactory.createDefaultSCCache(SCCacheConfiguration scCacheConfiguration, SC_CACHE_MODULE_TYPE cacheType) Creates a new SCCache object.