Uses of Class
org.serviceconnector.conf.SCCacheConfiguration
Packages that use SCCacheConfiguration
Package
Description
-
Uses of SCCacheConfiguration in org.serviceconnector.cache
Methods in org.serviceconnector.cache that return SCCacheConfigurationMethods in org.serviceconnector.cache with parameters of type SCCacheConfigurationModifier and TypeMethodDescriptionvoidSCCache.load(SCCacheConfiguration cacheConfiguration) Loads the SCCache. -
Uses of SCCacheConfiguration in org.serviceconnector.cache.ehcache
Methods in org.serviceconnector.cache.ehcache with parameters of type SCCacheConfigurationModifier and TypeMethodDescriptionstatic ISCCacheModule<?>SCCacheFactory.createDefaultSCCache(SCCacheConfiguration scCacheConfiguration, SC_CACHE_MODULE_TYPE cacheType) Creates a new SCCache object. -
Uses of SCCacheConfiguration in org.serviceconnector.ctx
Methods in org.serviceconnector.ctx that return SCCacheConfigurationModifier and TypeMethodDescriptionstatic SCCacheConfigurationAppContext.getSCCacheConfiguration()Gets the SC cache configuration.