Uses of Interface
org.faktorips.runtime.ICacheFactory

Packages that use ICacheFactory
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
 class DefaultCacheFactory
          Default cache factory.
 

Methods in org.faktorips.runtime with parameters of type ICacheFactory
static ClassloaderRuntimeRepository ClassloaderRuntimeRepository.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 ClassloaderRuntimeRepository ClassloaderRuntimeRepository.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 ICacheFactory
ClassloaderRuntimeRepository(ClassLoader cl, String basePackage, String pathToToc, ICacheFactory cacheFactory)
          Creates a new repository that loads it's 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
 class AbstractCacheFactory
           
 

Constructors in org.faktorips.runtime.internal with parameters of type ICacheFactory
AbstractCachingRuntimeRepository(String name, ICacheFactory cacheFactory, ClassLoader cl)
           
AbstractClassLoadingRuntimeRepository(String name, ICacheFactory cacheFactory, ClassLoader cl)
           
AbstractTocBasedRuntimeRepository(String name, ICacheFactory cacheFactory, ClassLoader cl)
           
 

Uses of ICacheFactory in org.faktorips.runtime.productdataprovider
 

Methods in org.faktorips.runtime.productdataprovider with parameters of type ICacheFactory
 DetachedContentRuntimeRepositoryManager.Builder DetachedContentRuntimeRepositoryManager.Builder.setCacheFactory(ICacheFactory cacheFactory)
          Optionally you could specify a ICacheFactory to use your own cache implementation.
 



Copyright © 2015. All rights reserved.