Uses of Interface
de.iip_ecosphere.platform.connectors.CachingStrategy
Packages that use CachingStrategy
Package
Description
The connectors component defining the interface to generic machine/platform connectors.
-
Uses of CachingStrategy in de.iip_ecosphere.platform.connectors
Classes in de.iip_ecosphere.platform.connectors that implement CachingStrategyFields in de.iip_ecosphere.platform.connectors declared as CachingStrategyMethods in de.iip_ecosphere.platform.connectors that return CachingStrategyModifier and TypeMethodDescriptionstatic CachingStrategyCachingStrategy.createInstance(Class<? extends CachingStrategy> cls) Creates a default caching strategy instance based on a public non-arg constructor.protected CachingStrategyAbstractConnector.getCachingStrategy()Returns the actual caching strategy.Methods in de.iip_ecosphere.platform.connectors that return types with arguments of type CachingStrategyModifier and TypeMethodDescriptionClass<? extends CachingStrategy> AbstractConnector.getCachingStrategyCls()default Class<? extends CachingStrategy> Connector.getCachingStrategyCls()Returns the actual caching strategy class.protected Class<? extends CachingStrategy> AbstractConnector.getInitCachingStrategyCls()Returns the initial caching strategy class.Method parameters in de.iip_ecosphere.platform.connectors with type arguments of type CachingStrategyModifier and TypeMethodDescriptionstatic CachingStrategyCachingStrategy.createInstance(Class<? extends CachingStrategy> cls) Creates a default caching strategy instance based on a public non-arg constructor.