Uses of Interface
org.faktorips.runtime.ICacheFactory
-
Packages that use ICacheFactory Package Description org.faktorips.runtime org.faktorips.runtime.internal org.faktorips.runtime.productdataprovider -
-
Uses of ICacheFactory in org.faktorips.runtime
Classes in org.faktorips.runtime that implement ICacheFactory Modifier and Type Class Description classDefaultCacheFactoryDefault cache factory.Methods in org.faktorips.runtime with parameters of type ICacheFactory Modifier and Type Method Description static ClassloaderRuntimeRepositoryClassloaderRuntimeRepository. create(java.lang.String tocResource, java.lang.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 ClassloaderRuntimeRepositoryClassloaderRuntimeRepository. create(java.lang.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 ICacheFactory Constructor Description ClassloaderRuntimeRepository(java.lang.ClassLoader cl, java.lang.String basePackage, java.lang.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 ICacheFactory Modifier and Type Class Description classAbstractCacheFactoryConstructors in org.faktorips.runtime.internal with parameters of type ICacheFactory Constructor Description AbstractCachingRuntimeRepository(java.lang.String name, ICacheFactory cacheFactory, java.lang.ClassLoader cl)AbstractClassLoadingRuntimeRepository(java.lang.String name, ICacheFactory cacheFactory, java.lang.ClassLoader cl)AbstractTocBasedRuntimeRepository(java.lang.String name, ICacheFactory cacheFactory, java.lang.ClassLoader cl) -
Uses of ICacheFactory in org.faktorips.runtime.productdataprovider
Methods in org.faktorips.runtime.productdataprovider with parameters of type ICacheFactory Modifier and Type Method Description DetachedContentRuntimeRepositoryManager.BuilderDetachedContentRuntimeRepositoryManager.Builder. setCacheFactory(ICacheFactory cacheFactory)Optionally you could specify aICacheFactoryto use your own cache implementation.
-