Uses of Interface
de.iip_ecosphere.platform.connectors.CachingStrategy
-
Packages that use CachingStrategy Package Description de.iip_ecosphere.platform.connectors 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 CachingStrategy Modifier and Type Class Description classDefaultCachingStrategyA default caching strategy.Fields in de.iip_ecosphere.platform.connectors declared as CachingStrategy Modifier and Type Field Description private CachingStrategyAbstractConnector. cachingStrategyMethods in de.iip_ecosphere.platform.connectors that return CachingStrategy Modifier and Type Method Description static CachingStrategyCachingStrategy. createInstance(java.lang.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 CachingStrategy Modifier and Type Method Description java.lang.Class<? extends CachingStrategy>AbstractConnector. getCachingStrategyCls()default java.lang.Class<? extends CachingStrategy>Connector. getCachingStrategyCls()Returns the actual caching strategy class.protected java.lang.Class<? extends CachingStrategy>AbstractConnector. getInitCachingStrategyCls()Returns the initial caching strategy class.Method parameters in de.iip_ecosphere.platform.connectors with type arguments of type CachingStrategy Modifier and Type Method Description static CachingStrategyCachingStrategy. createInstance(java.lang.Class<? extends CachingStrategy> cls)Creates a default caching strategy instance based on a public non-arg constructor.
-