Uses of Interface
org.faktorips.runtime.ICacheFactory
Packages that use ICacheFactory
Package
Description
-
Uses of ICacheFactory in org.faktorips.runtime
Classes in org.faktorips.runtime that implement ICacheFactoryMethods in org.faktorips.runtime with parameters of type ICacheFactoryModifier and TypeMethodDescriptionstatic final ClassloaderRuntimeRepositoryClassloaderRuntimeRepository.create(String tocResource, ClassLoader cl, ICacheFactory cacheFactory) Creates a new repository that loads it's contents from the given ToC resource and classloader using the default document builder to parse the XML data.static final ClassloaderRuntimeRepositoryClassloaderRuntimeRepository.create(String tocResource, ICacheFactory cacheFactory) Creates a new repository that loads it's contents from the given ToC resource using this class' classloader and the default XML document builder to parse the XML data.Constructors in org.faktorips.runtime with parameters of type ICacheFactoryModifierConstructorDescriptionClassloaderRuntimeRepository(ClassLoader cl, String basePackage, String pathToToc, ICacheFactory cacheFactory) Creates a new repository that loads its contents from the given classloader and the given package using the given XML document builder. -
Uses of ICacheFactory in org.faktorips.runtime.internal
Classes in org.faktorips.runtime.internal that implement ICacheFactoryConstructors in org.faktorips.runtime.internal with parameters of type ICacheFactoryModifierConstructorDescriptionAbstractCachingRuntimeRepository(String name, ICacheFactory cacheFactory, ClassLoader cl) AbstractClassLoadingRuntimeRepository(String name, ICacheFactory cacheFactory, ClassLoader cl) AbstractTocBasedRuntimeRepository(String name, ICacheFactory cacheFactory, ClassLoader cl) AbstractXmlInputStreamRepository(String name, ICacheFactory cacheFactory, ClassLoader cl) -
Uses of ICacheFactory in org.faktorips.runtime.productdataprovider
Methods in org.faktorips.runtime.productdataprovider with parameters of type ICacheFactoryModifier and TypeMethodDescriptionDetachedContentRuntimeRepositoryManager.Builder.setCacheFactory(ICacheFactory cacheFactory) Optionally you could specify aICacheFactoryto use your own cache implementation.