Uses of Interface
org.serviceconnector.cache.ISCCacheModule
Packages that use ISCCacheModule
-
Uses of ISCCacheModule in org.serviceconnector.cache.ehcache
Classes in org.serviceconnector.cache.ehcache that implement ISCCacheModuleMethods in org.serviceconnector.cache.ehcache that return ISCCacheModuleModifier and TypeMethodDescriptionstatic ISCCacheModule<?>SCCacheFactory.createDefaultSCCache(SCCacheConfiguration scCacheConfiguration, SC_CACHE_MODULE_TYPE cacheType) Creates a new SCCache object. -
Uses of ISCCacheModule in org.serviceconnector.registry
Methods in org.serviceconnector.registry that return ISCCacheModuleModifier and TypeMethodDescriptionGets the cache.Methods in org.serviceconnector.registry with parameters of type ISCCacheModuleModifier and TypeMethodDescriptionvoidCacheModuleRegistry.addCacheModule(String key, ISCCacheModule<?> cacheModule) Adds the cache module.